#020A09

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

Shades of Dark Green #020A09

Tints of Dark Green #020A09

Color information

#020A09 (or 0x020A09) is unknown color: approx Dark Green. HEX triplet: 02, 0A and 09. RGB value is (2,10,9). Sum of RGB (Red+Green+Blue) = 2+10+9=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 10 (4.30% from 255 or 47.62% from 21); Blue value is 9 (3.91% from 255 or 42.86% from 21); Max value from RGB is 10 - color contains mainly: green. Hex color #020A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A09 is #FDF5F6. Grayscale: #070707. Windows color (decimal): -16643575 or 592386. OLE color: 592386.

HSL color Cylindrical-coordinate representation of color #020A09: hue angle of 172.5º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #020A09 is Cyan = 0.8, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.96.

Color convert

RGB2109-
CMYK0.800.100.96
HSL172.5º66.67%2.35%-
HSV(B)172.5º80%3.92%-
XYZ0.180.250.3-
YUV7.49128.85124.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 9.52%
GREEN value IS 10 (4.30% from 255) = 47.62%
BLUE value IS 9 (3.91% from 255) = 42.86%
R=9.52%
G=47.62%
B=42.86%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal21090.800.100.96172.566.672.35
Hex2A9500A60ac432
Octal212111200121402541032
Binary1010101001101000001010110000010101100100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020A09; }

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

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

<style>
 a { background-color: #020A09; }

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

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

<style>
 span { border-color: #020A09; }

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

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