#00120A

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

Shades of Dark Green #00120A

Tints of Dark Green #00120A

Color information

#00120A (or 0x00120A) is unknown color: approx Dark Green. HEX triplet: 00, 12 and 0A. RGB value is (0,18,10). Sum of RGB (Red+Green+Blue) = 0+18+10=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 18 (7.42% from 255 or 64.29% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 18 - color contains mainly: green. Hex color #00120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00120A is #FFEDF5. Grayscale: #0B0B0B. Windows color (decimal): -16772598 or 659968. OLE color: 659968.

HSL color Cylindrical-coordinate representation of color #00120A: hue angle of 153.33º 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 #00120A is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB01810-
CMYK100.440.93
HSL153.33º100%3.53%-
HSV(B)153.33º100%7.06%-
XYZ0.270.450.36-
YUV11.71127.04119.65-

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) = 64.29%
BLUE value IS 10 (4.30% from 255) = 35.71%
R=0%
G=64.29%
B=35.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal01810100.440.93153.331003.53
Hex012A6402C5D99644
Octal022121440541352311444
Binary0100101010110010001011001011101100110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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