#00120B

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

Shades of Dark Green #00120B

Tints of Dark Green #00120B

Color information

#00120B (or 0x00120B) is unknown color: approx Dark Green. HEX triplet: 00, 12 and 0B. RGB value is (0,18,11). Sum of RGB (Red+Green+Blue) = 0+18+11=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 18 (7.42% from 255 or 62.07% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 18 - color contains mainly: green. Hex color #00120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00120B is #FFEDF4. Grayscale: #0B0B0B. Windows color (decimal): -16772597 or 725504. OLE color: 725504.

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

Color convert

RGB01811-
CMYK100.390.93
HSL156.67º100%3.53%-
HSV(B)156.67º100%7.06%-
XYZ0.280.460.39-
YUV11.82127.54119.57-

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) = 62.07%
BLUE value IS 11 (4.69% from 255) = 37.93%
R=0%
G=62.07%
B=37.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal01811100.390.93156.671003.53
Hex012B640275D9d644
Octal022131440471352351444
Binary0100101011110010001001111011101100111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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