Shades of Deep Fir #02420F
Tints of Deep Fir #02420F
RGB
CMYK
RGB Variations
Color information
#02420F (or 0x02420F) is known color: Deep Fir. HEX triplet: 02, 42 and 0F. RGB value is (2,66,15). Sum of RGB (Red+Green+Blue) = 2+66+15=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 66 (26.17% from 255 or 79.52% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 66 - color contains mainly: green. Hex color #02420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02420F is #FDBDF0. Grayscale: #292929. Windows color (decimal): -16629233 or 999938. OLE color: 999938.
HSL color Cylindrical-coordinate representation of color #02420F: hue angle of 132.19º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02420F is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 66 | 15 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.74 |
| HSL | 132.19º | 0.94% | 0.13% | - |
| HSV(B) | 132.19º | 0.97% | 0.26% | - |
| XYZ | 2.06 | 3.94 | 1.1 | - |
| YUV | 41.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 15 | 0.97 | 0 | 0.77 | 0.74 | 132.19 | 0.94 | 0.13 |
| Hex | 2 | 42 | F | 61 | 0 | 4D | 4A | 84 | 5E | D |
| Octal | 2 | 102 | 17 | 141 | 0 | 115 | 112 | 204 | 136 | 15 |
| Binary | 10 | 1000010 | 1111 | 1100001 | 0 | 1001101 | 1001010 | 10000100 | 1011110 | 1101 |
Color Harmonies of #02420F
Complementary color
Monochromatic Colors of #02420F
Black with #02420F
Text Example
Text Example
White with #02420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02420F; }
p { color: rgb(2,66,15); }
H1.HeaderClassName
{
color: #02420F;
}
.AnyTagClassName
{
color: #02420F;
}
</style>
background-color css
<style>
a { background-color: #02420F; }
a { background-color: rgb(2,66,15); }
div.DivClassName
{
background-color: #02420F;
}
.BgClassName
{
background-color: #02420F;
}
</style>
border-color css
<style>
span { border-color: #02420F; }
span { border-color: rgb(2,66,15); }
td.TdClassName
{
border-color: #02420F;
}
.TagClassName
{
border-color: #02420F;
}
</style>