Shades of Deep Fir #002F08
Tints of Deep Fir #002F08
RGB
CMYK
RGB Variations
Color information
#002F08 (or 0x002F08) is known color: Deep Fir. HEX triplet: 00, 2F and 08. RGB value is (0,47,8). Sum of RGB (Red+Green+Blue) = 0+47+8=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 47 (18.75% from 255 or 85.45% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 47 - color contains mainly: green. Hex color #002F08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002F08 is #FFD0F7. Grayscale: #1C1C1C. Windows color (decimal): -16765176 or 536320. OLE color: 536320.
HSL color Cylindrical-coordinate representation of color #002F08: hue angle of 130.21º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002F08 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 47 | 8 | - |
| CMYK | 1 | 0 | 0.83 | 0.82 |
| HSL | 130.21º | 1% | 0.09% | - |
| HSV(B) | 130.21º | 1% | 0.18% | - |
| XYZ | 1.06 | 2.05 | 0.57 | - |
| YUV | 28.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 8 | 1 | 0 | 0.83 | 0.82 | 130.21 | 1 | 0.09 |
| Hex | 0 | 2F | 8 | 64 | 0 | 53 | 52 | 82 | 64 | 9 |
| Octal | 0 | 57 | 10 | 144 | 0 | 123 | 122 | 202 | 144 | 11 |
| Binary | 0 | 101111 | 1000 | 1100100 | 0 | 1010011 | 1010010 | 10000010 | 1100100 | 1001 |
Color Harmonies of #002F08
Complementary color
Monochromatic Colors of #002F08
Black with #002F08
Text Example
Text Example
White with #002F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002F08; }
p { color: rgb(0,47,8); }
H1.HeaderClassName
{
color: #002F08;
}
.AnyTagClassName
{
color: #002F08;
}
</style>
background-color css
<style>
a { background-color: #002F08; }
a { background-color: rgb(0,47,8); }
div.DivClassName
{
background-color: #002F08;
}
.BgClassName
{
background-color: #002F08;
}
</style>
border-color css
<style>
span { border-color: #002F08; }
span { border-color: rgb(0,47,8); }
td.TdClassName
{
border-color: #002F08;
}
.TagClassName
{
border-color: #002F08;
}
</style>