Shades of Deep Fir #002908
Tints of Deep Fir #002908
RGB
CMYK
RGB Variations
Color information
#002908 (or 0x002908) is known color: Deep Fir. HEX triplet: 00, 29 and 08. RGB value is (0,41,8). Sum of RGB (Red+Green+Blue) = 0+41+8=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 41 (16.41% from 255 or 83.67% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 41 - color contains mainly: green. Hex color #002908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002908 is #FFD6F7. Grayscale: #191919. Windows color (decimal): -16766712 or 534784. OLE color: 534784.
HSL color Cylindrical-coordinate representation of color #002908: hue angle of 131.71º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002908 is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 41 | 8 | - |
| CMYK | 1 | 0 | 0.80 | 0.84 |
| HSL | 131.71º | 1% | 0.08% | - |
| HSV(B) | 131.71º | 1% | 0.16% | - |
| XYZ | 0.84 | 1.6 | 0.5 | - |
| YUV | 24.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 8 | 1 | 0 | 0.80 | 0.84 | 131.71 | 1 | 0.08 |
| Hex | 0 | 29 | 8 | 64 | 0 | 50 | 54 | 84 | 64 | 8 |
| Octal | 0 | 51 | 10 | 144 | 0 | 120 | 124 | 204 | 144 | 10 |
| Binary | 0 | 101001 | 1000 | 1100100 | 0 | 1010000 | 1010100 | 10000100 | 1100100 | 1000 |
Color Harmonies of #002908
Complementary color
Monochromatic Colors of #002908
Black with #002908
Text Example
Text Example
White with #002908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002908; }
p { color: rgb(0,41,8); }
H1.HeaderClassName
{
color: #002908;
}
.AnyTagClassName
{
color: #002908;
}
</style>
background-color css
<style>
a { background-color: #002908; }
a { background-color: rgb(0,41,8); }
div.DivClassName
{
background-color: #002908;
}
.BgClassName
{
background-color: #002908;
}
</style>
border-color css
<style>
span { border-color: #002908; }
span { border-color: rgb(0,41,8); }
td.TdClassName
{
border-color: #002908;
}
.TagClassName
{
border-color: #002908;
}
</style>