Shades of Dark Green #002008
Tints of Dark Green #002008
RGB
CMYK
RGB Variations
Color information
#002008 (or 0x002008) is known color: Dark Green. HEX triplet: 00, 20 and 08. RGB value is (0,32,8). Sum of RGB (Red+Green+Blue) = 0+32+8=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 32 (12.89% from 255 or 80% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 32 - color contains mainly: green. Hex color #002008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002008 is #FFDFF7. Grayscale: #131313. Windows color (decimal): -16769016 or 532480. OLE color: 532480.
HSL color Cylindrical-coordinate representation of color #002008: hue angle of 135º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002008 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 32 | 8 | - |
| CMYK | 1 | 0 | 0.75 | 0.87 |
| HSL | 135º | 1% | 0.06% | - |
| HSV(B) | 135º | 1% | 0.13% | - |
| XYZ | 0.56 | 1.05 | 0.4 | - |
| YUV | 19.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 8 | 1 | 0 | 0.75 | 0.87 | 135 | 1 | 0.06 |
| Hex | 0 | 20 | 8 | 64 | 0 | 4B | 57 | 87 | 64 | 6 |
| Octal | 0 | 40 | 10 | 144 | 0 | 113 | 127 | 207 | 144 | 6 |
| Binary | 0 | 100000 | 1000 | 1100100 | 0 | 1001011 | 1010111 | 10000111 | 1100100 | 110 |
Color Harmonies of #002008
Complementary color
Monochromatic Colors of #002008
Black with #002008
Text Example
Text Example
White with #002008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002008; }
p { color: rgb(0,32,8); }
H1.HeaderClassName
{
color: #002008;
}
.AnyTagClassName
{
color: #002008;
}
</style>
background-color css
<style>
a { background-color: #002008; }
a { background-color: rgb(0,32,8); }
div.DivClassName
{
background-color: #002008;
}
.BgClassName
{
background-color: #002008;
}
</style>
border-color css
<style>
span { border-color: #002008; }
span { border-color: rgb(0,32,8); }
td.TdClassName
{
border-color: #002008;
}
.TagClassName
{
border-color: #002008;
}
</style>