COLOR #018B29

HEX: #018B29
RGB: (1,139,41)

Color info

#018B29 contains mainly green color. Web safe color of #018B29 is #009933 (or #093).

RGB color model

#018B29 color RGB value is (1,139,41).

  • red value is 1;
  • green value is 139;
  • blue value is 41.
RGB:
(1,139,41)
(0%,55%,16%)

RGB channels and saturation

R 1 of 255 = 0%
G 139 of 255 = 55%
B 41 of 255 = 16%

1
139
41

R + G + B ~ 24%. #018B29 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 139 + 41 = 181 (100%)
R 1 of 181 ~ 0.55%
G 139 of 181 ~ 76.8%
B 41 of 181 ~ 22.65%

%76.8
%22.65

CMYK color model

#018B29 color CMYK value is (99,0,71,45).

  • cyan value is 99.28%
  • magenta value is 0.00%
  • yellow value is 70.50%
  • key color value is 45.49%
CMYK:
(99,0,71,45)
C99M0Y71K45 
(99%,0%,71%,45%)
(0.99/0.00/0.71/0.45)	

CMYK percentages

%99.28
%0
%70.5
%45.49

Codes

Color #018B29 in popluar color models

018B29
RGB113941
HSL137°98.57%27.45%
HSB/HSV137°99.28%54.51%
CMYK99.28%0.00%70.50%
45.49%

Color #018B29 in popluar number systems.

HEX018B29
Decimal113941
Binary110001011101001
Octal121351

Shades and tints

Shades of #018B29

#018B29
(1,139,41)
#017F26
(1,127,38)
#017323
(1,115,35)
#016720
(1,103,32)
#015B1D
(1,91,29)
#014F1A
(1,79,26)
#014317
(1,67,23)
#013714
(1,55,20)
#012B11
(1,43,17)
#011F0E
(1,31,14)
#01130B
(1,19,11)
#000000
(0,0,0)

Tints of #018B29

#018B29
(1,139,41)
#18953C
(24,149,60)
#2F9F4F
(47,159,79)
#46A962
(70,169,98)
#5DB375
(93,179,117)
#74BD88
(116,189,136)
#8BC79B
(139,199,155)
#A2D1AE
(162,209,174)
#B9DBC1
(185,219,193)
#D0E5D4
(208,229,212)
#E7EFE7
(231,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #018B29 color. Also use rgb(1,139,41) instead hex code.

Text Font Color

.myTextColor { color: #018B29; }

<p style="color:#018B29">This sample text font color is #018B29.</p>

This text font color is #018B29.


Background Color

.myBgColor { background-color: #018B29; }

<div style="background-color:#018B29">Inner text</div>

This div background color is #018B29.


Border color

.myBorderColor { border: 1px solid #018B29; }

<div style="border:3px solid #018B29">Div</div>

This div border color is #018B29.


Opacity

.myOpacity80 { color: #018B29; opacity: 0.8; }

<p style="color:#018B29;opacity:0.8;">80%</p>

Text with #018B29 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #018B29;}

<p style="text-shadow: 3px 3px 1px #018B29">Text here.</p>

This text has shadow with #018B29 color.

.textShadow {text-shadow: 3px 3px 1px #018B29, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #018B29, 5px 5px 20px red">Text here.</p>

This text has shadow with #018B29 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#018B29, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#018B29, Direction=45, Strength=4)">Text</p>

This text has shadow with #018B29 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #018B29;
  -webkit-box-shadow:	1px 1px 3px 2px #018B29;
  box-shadow:		1px 1px 3px 2px #018B29;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #018B29;
-webkit-box-shadow: 1px 1px 3px 2px #018B29;
box-shadow:1px 1px 3px 2px #018B29;">
Div content here</div>
This div box has shadow with color #018B29.

Preview

Color preview on black background

This text has color #018B29 on black background.


Color preview on white background

This text has color #018B29 on white background.



Black color preview on #018B29 background

This text has black color on #018B29 background.


White color preview on #018B29 background

This text has white color on #018B29 background.