#021E19

Color #021E19 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #021E19

Tints of Dark Green #021E19

Color information

#021E19 (or 0x021E19) is unknown color: approx 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

RGB23025-
CMYK0.9300.170.88
HSL169.29º87.5%6.27%-
HSV(B)169.29º93.33%11.76%-
XYZ0.661.011.08-
YUV21.06130.22114.41-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal230250.9300.170.88169.2987.56.27
Hex21E195D01158a9586
Octal236311350211302511306
Binary10111101100110111010100011011000101010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>