COLOR #023E19

HEX: #023E19
RGB: (2,62,25)

Color info

#023E19 contains mainly green and blue colors. Web safe color of #023E19 is #003300 (or #030).

RGB color model

#023E19 color RGB value is (2,62,25).

  • red value is 2;
  • green value is 62;
  • blue value is 25.
RGB:
(2,62,25)
(1%,24%,10%)

RGB channels and saturation

R 2 of 255 = 1%
G 62 of 255 = 24%
B 25 of 255 = 10%

2
62
25

R + G + B ~ 12%. #023E19 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 62 + 25 = 89 (100%)
R 2 of 89 ~ 2.25%
G 62 of 89 ~ 69.66%
B 25 of 89 ~ 28.09%

%69.66
%28.09

CMYK color model

#023E19 color CMYK value is (97,0,60,76).

  • cyan value is 96.77%
  • magenta value is 0.00%
  • yellow value is 59.68%
  • key color value is 75.69%
CMYK:
(97,0,60,76)
C97M0Y60K76 
(97%,0%,60%,76%)
(0.97/0.00/0.60/0.76)	

CMYK percentages

%96.77
%0
%59.68
%75.69

Codes

Color #023E19 in popluar color models

023E19
RGB26225
HSL143°93.75%12.55%
HSB/HSV143°96.77%24.31%
CMYK96.77%0.00%59.68%
75.69%

Color #023E19 in popluar number systems.

HEX023E19
Decimal26225
Binary1011111011001
Octal27631

Shades and tints

Shades of #023E19

#023E19
(2,62,25)
#023917
(2,57,23)
#023415
(2,52,21)
#022F13
(2,47,19)
#022A11
(2,42,17)
#02250F
(2,37,15)
#02200D
(2,32,13)
#021B0B
(2,27,11)
#021609
(2,22,9)
#021107
(2,17,7)
#020C05
(2,12,5)
#000000
(0,0,0)

Tints of #023E19

#023E19
(2,62,25)
#194F2D
(25,79,45)
#306041
(48,96,65)
#477155
(71,113,85)
#5E8269
(94,130,105)
#75937D
(117,147,125)
#8CA491
(140,164,145)
#A3B5A5
(163,181,165)
#BAC6B9
(186,198,185)
#D1D7CD
(209,215,205)
#E8E8E1
(232,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #023E19 color. Also use rgb(2,62,25) instead hex code.

Text Font Color

.myTextColor { color: #023E19; }

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

This text font color is #023E19.


Background Color

.myBgColor { background-color: #023E19; }

<div style="background-color:#023E19">Inner text</div>

This div background color is #023E19.


Border color

.myBorderColor { border: 1px solid #023E19; }

<div style="border:3px solid #023E19">Div</div>

This div border color is #023E19.


Opacity

.myOpacity80 { color: #023E19; opacity: 0.8; }

<p style="color:#023E19;opacity:0.8;">80%</p>

Text with #023E19 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 #023E19;}

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

This text has shadow with #023E19 color.

.textShadow {text-shadow: 3px 3px 1px #023E19, 3px 3px 1px red;}

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

This text has shadow with #023E19 primary color and red secondary color.


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

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

This text has shadow with #023E19 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #023E19 on black background.


Color preview on white background

This text has color #023E19 on white background.



Black color preview on #023E19 background

This text has black color on #023E19 background.


White color preview on #023E19 background

This text has white color on #023E19 background.