Shades of Dark Green #011208
Tints of Dark Green #011208
RGB
CMYK
RGB Variations
Color information
#011208 (or 0x011208) is known color: Dark Green. HEX triplet: 01, 12 and 08. RGB value is (1,18,8). Sum of RGB (Red+Green+Blue) = 1+18+8=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 18 (7.42% from 255 or 66.67% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 18 - color contains mainly: green. Hex color #011208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011208 is #FEEDF7. Grayscale: #0B0B0B. Windows color (decimal): -16707064 or 528897. OLE color: 528897.
HSL color Cylindrical-coordinate representation of color #011208: hue angle of 144.71º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011208 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 18 | 8 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.93 |
| HSL | 144.71º | 0.89% | 0.04% | - |
| HSV(B) | 144.71º | 0.94% | 0.07% | - |
| XYZ | 0.27 | 0.46 | 0.3 | - |
| YUV | 11.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 8 | 0.94 | 0 | 0.56 | 0.93 | 144.71 | 0.89 | 0.04 |
| Hex | 1 | 12 | 8 | 5E | 0 | 38 | 5D | 91 | 59 | 4 |
| Octal | 1 | 22 | 10 | 136 | 0 | 70 | 135 | 221 | 131 | 4 |
| Binary | 1 | 10010 | 1000 | 1011110 | 0 | 111000 | 1011101 | 10010001 | 1011001 | 100 |
Color Harmonies of #011208
Complementary color
Monochromatic Colors of #011208
Black with #011208
Text Example
Text Example
White with #011208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011208; }
p { color: rgb(1,18,8); }
H1.HeaderClassName
{
color: #011208;
}
.AnyTagClassName
{
color: #011208;
}
</style>
background-color css
<style>
a { background-color: #011208; }
a { background-color: rgb(1,18,8); }
div.DivClassName
{
background-color: #011208;
}
.BgClassName
{
background-color: #011208;
}
</style>
border-color css
<style>
span { border-color: #011208; }
span { border-color: rgb(1,18,8); }
td.TdClassName
{
border-color: #011208;
}
.TagClassName
{
border-color: #011208;
}
</style>