Shades of Deep Fir #02400F
Tints of Deep Fir #02400F
RGB
CMYK
RGB Variations
Color information
#02400F (or 0x02400F) is known color: Deep Fir. HEX triplet: 02, 40 and 0F. RGB value is (2,64,15). Sum of RGB (Red+Green+Blue) = 2+64+15=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 64 (25.39% from 255 or 79.01% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 64 - color contains mainly: green. Hex color #02400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02400F is #FDBFF0. Grayscale: #282828. Windows color (decimal): -16629745 or 999426. OLE color: 999426.
HSL color Cylindrical-coordinate representation of color #02400F: hue angle of 132.58º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02400F is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 64 | 15 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.75 |
| HSL | 132.58º | 0.94% | 0.13% | - |
| HSV(B) | 132.58º | 0.97% | 0.25% | - |
| XYZ | 1.94 | 3.71 | 1.07 | - |
| YUV | 39.88 | 113.96 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 15 | 0.97 | 0 | 0.77 | 0.75 | 132.58 | 0.94 | 0.13 |
| Hex | 2 | 40 | F | 61 | 0 | 4D | 4B | 85 | 5E | D |
| Octal | 2 | 100 | 17 | 141 | 0 | 115 | 113 | 205 | 136 | 15 |
| Binary | 10 | 1000000 | 1111 | 1100001 | 0 | 1001101 | 1001011 | 10000101 | 1011110 | 1101 |
Color Harmonies of #02400F
Complementary color
Monochromatic Colors of #02400F
Black with #02400F
Text Example
Text Example
White with #02400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02400F; }
p { color: rgb(2,64,15); }
H1.HeaderClassName
{
color: #02400F;
}
.AnyTagClassName
{
color: #02400F;
}
</style>
background-color css
<style>
a { background-color: #02400F; }
a { background-color: rgb(2,64,15); }
div.DivClassName
{
background-color: #02400F;
}
.BgClassName
{
background-color: #02400F;
}
</style>
border-color css
<style>
span { border-color: #02400F; }
span { border-color: rgb(2,64,15); }
td.TdClassName
{
border-color: #02400F;
}
.TagClassName
{
border-color: #02400F;
}
</style>