Html Css Color HEX #021E19 Dark Green

📋 copy color: '#021E19'

red 2 ◦ green 30 ◦ blue 25

#021E19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #021E19

Tints of Dark Green #021E19

RGB

 RED value IS 2 (1.17% from 255) = 3.51%

 GREEN value IS 30 (12.11% from 255) = 52.63%

 BLUE value IS 25 (10.16% from 255) = 43.86%

R = 3.51%
G = 52.63%
B = 43.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.17

 K value IS 0.88

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#021E19 (or 0x021E19) is known color: Dark Green. HEX triplet: 02, 1E and 19. RGB value is (2,30,25). Sum of RGB (Red+Green+Blue) = 2+30+25=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #021E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E19 is #FDE1E6. Grayscale: #151515. Windows color (decimal): -16638439 or 1646082. OLE color: 1646082.

HSL color Cylindrical-coordinate representation of color #021E19: hue angle of 169.29º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021E19 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.88.

Color convert

RGB 2 30 25 -
CMYK 0.93 0 0.17 0.88
HSL 169.29º 0.88% 0.06% -
HSV(B) 169.29º 0.93% 0.12% -
XYZ 0.66 1.01 1.08 -
YUV 21.06 130.22 114.41 -
System Red Green Blue C M Y K H S L
Decimal 2 30 25 0.93 0 0.17 0.88 169.29 0.88 0.06
Hex 2 1E 19 5D 0 11 58 A9 58 6
Octal 2 36 31 135 0 21 130 251 130 6
Binary 10 11110 11001 1011101 0 10001 1011000 10101001 1011000 110

Color Harmonies of #021E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E19

Black with #021E19

Text Example


Text Example

White with #021E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021E19; }

 p { color: rgb(2,30,25); }

 H1.HeaderClassName
 {
   color: #021E19;
 }
 .AnyTagClassName
 {
   color: #021E19;
 }
</style>

background-color css

<style>
 a { background-color: #021E19; }

 a { background-color: rgb(2,30,25); }

 div.DivClassName
 {
   background-color: #021E19;
 }
 .BgClassName
 {
   background-color: #021E19;
 }
</style>

border-color css

<style>
 span { border-color: #021E19; }

 span { border-color: rgb(2,30,25); }

 td.TdClassName
 {
   border-color: #021E19;
 }
 .TagClassName
 {
   border-color: #021E19;
 }
</style>