#02120C

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

Shades of Dark Green #02120C

Tints of Dark Green #02120C

Color information

#02120C (or 0x02120C) is unknown color: approx Dark Green. HEX triplet: 02, 12 and 0C. RGB value is (2,18,12). Sum of RGB (Red+Green+Blue) = 2+18+12=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 18 (7.42% from 255 or 56.25% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 18 - color contains mainly: green. Hex color #02120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02120C is #FDEDF3. Grayscale: #0C0C0C. Windows color (decimal): -16641524 or 791042. OLE color: 791042.

HSL color Cylindrical-coordinate representation of color #02120C: hue angle of 157.5º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #02120C is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.93.

Color convert

RGB21812-
CMYK0.8900.330.93
HSL157.5º80%3.92%-
HSV(B)157.5º88.89%7.06%-
XYZ0.310.470.42-
YUV12.53127.7120.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.25%
GREEN value IS 18 (7.42% from 255) = 56.25%
BLUE value IS 12 (5.08% from 255) = 37.5%
R=6.25%
G=56.25%
B=37.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal218120.8900.330.93157.5803.92
Hex212C590215D9e504
Octal222141310411352361204
Binary10100101100101100101000011011101100111101010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02120C; }

 p { color: rgb(2,18,12); }

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

<style>
 a { background-color: #02120C; }

 a { background-color: rgb(2,18,12); }

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

<style>
 span { border-color: #02120C; }

 span { border-color: rgb(2,18,12); }

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