#021E09

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

Shades of Dark Green #021E09

Tints of Dark Green #021E09

Color information

#021E09 (or 0x021E09) is unknown color: approx Dark Green. HEX triplet: 02, 1E and 09. RGB value is (2,30,9). Sum of RGB (Red+Green+Blue) = 2+30+9=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 30 (12.11% from 255 or 73.17% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 30 - color contains mainly: green. Hex color #021E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E09 is #FDE1F6. Grayscale: #131313. Windows color (decimal): -16638455 or 597506. OLE color: 597506.

HSL color Cylindrical-coordinate representation of color #021E09: hue angle of 135º 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 #021E09 is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB2309-
CMYK0.9300.700.88
HSL135º87.5%6.27%-
HSV(B)135º93.33%11.76%-
XYZ0.540.960.42-
YUV19.23122.22115.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.88%
GREEN value IS 30 (12.11% from 255) = 73.17%
BLUE value IS 9 (3.91% from 255) = 21.95%
R=4.88%
G=73.17%
B=21.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal23090.9300.700.8813587.56.27
Hex21E95D0465887586
Octal2361113501061302071306
Binary101111010011011101010001101011000100001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #021E09;
 }
 .AnyTagClassName
 {
   color: #021E09;
 }
</style>
background-color css

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

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

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

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

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

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