#00120C

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

Shades of Dark Green #00120C

Tints of Dark Green #00120C

Color information

#00120C (or 0x00120C) is unknown color: approx Dark Green. HEX triplet: 00, 12 and 0C. RGB value is (0,18,12). Sum of RGB (Red+Green+Blue) = 0+18+12=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 12 (5.08% from 255 or 40% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #00120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00120C is #FFEDF3. Grayscale: #0B0B0B. Windows color (decimal): -16772596 or 791040. OLE color: 791040.

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

Color convert

RGB01812-
CMYK100.330.93
HSL160º100%3.53%-
HSV(B)160º100%7.06%-
XYZ0.280.460.42-
YUV11.93128.04119.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 60%
BLUE value IS 12 (5.08% from 255) = 40%
R=0%
G=60%
B=40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal01812100.330.931601003.53
Hex012C640215Da0644
Octal022141440411352401444
Binary0100101100110010001000011011101101000001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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