Shades of Dark Green #012008
Tints of Dark Green #012008
RGB
CMYK
RGB Variations
Color information
#012008 (or 0x012008) is known color: Dark Green. HEX triplet: 01, 20 and 08. RGB value is (1,32,8). Sum of RGB (Red+Green+Blue) = 1+32+8=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 32 (12.89% from 255 or 78.05% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 32 - color contains mainly: green. Hex color #012008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012008 is #FEDFF7. Grayscale: #141414. Windows color (decimal): -16703480 or 532481. OLE color: 532481.
HSL color Cylindrical-coordinate representation of color #012008: hue angle of 133.55º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012008 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 1 | 32 | 8 | - |
| CMYK | 0.97 | 0 | 0.75 | 0.87 |
| HSL | 133.55º | 0.94% | 0.06% | - |
| HSV(B) | 133.55º | 0.97% | 0.13% | - |
| XYZ | 0.57 | 1.06 | 0.4 | - |
| YUV | 20 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 8 | 0.97 | 0 | 0.75 | 0.87 | 133.55 | 0.94 | 0.06 |
| Hex | 1 | 20 | 8 | 61 | 0 | 4B | 57 | 86 | 5E | 6 |
| Octal | 1 | 40 | 10 | 141 | 0 | 113 | 127 | 206 | 136 | 6 |
| Binary | 1 | 100000 | 1000 | 1100001 | 0 | 1001011 | 1010111 | 10000110 | 1011110 | 110 |
Color Harmonies of #012008
Complementary color
Monochromatic Colors of #012008
Black with #012008
Text Example
Text Example
White with #012008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012008; }
p { color: rgb(1,32,8); }
H1.HeaderClassName
{
color: #012008;
}
.AnyTagClassName
{
color: #012008;
}
</style>
background-color css
<style>
a { background-color: #012008; }
a { background-color: rgb(1,32,8); }
div.DivClassName
{
background-color: #012008;
}
.BgClassName
{
background-color: #012008;
}
</style>
border-color css
<style>
span { border-color: #012008; }
span { border-color: rgb(1,32,8); }
td.TdClassName
{
border-color: #012008;
}
.TagClassName
{
border-color: #012008;
}
</style>