Shades of Deep Fir #02440F
Tints of Deep Fir #02440F
RGB
CMYK
RGB Variations
Color information
#02440F (or 0x02440F) is known color: Deep Fir. HEX triplet: 02, 44 and 0F. RGB value is (2,68,15). Sum of RGB (Red+Green+Blue) = 2+68+15=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 68 (26.95% from 255 or 80% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 68 - color contains mainly: green. Hex color #02440F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02440F is #FDBBF0. Grayscale: #2A2A2A. Windows color (decimal): -16628721 or 1000450. OLE color: 1000450.
HSL color Cylindrical-coordinate representation of color #02440F: hue angle of 131.82º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02440F is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 68 | 15 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.73 |
| HSL | 131.82º | 0.94% | 0.14% | - |
| HSV(B) | 131.82º | 0.97% | 0.27% | - |
| XYZ | 2.18 | 4.18 | 1.14 | - |
| YUV | 42.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 15 | 0.97 | 0 | 0.78 | 0.73 | 131.82 | 0.94 | 0.14 |
| Hex | 2 | 44 | F | 61 | 0 | 4E | 49 | 84 | 5E | E |
| Octal | 2 | 104 | 17 | 141 | 0 | 116 | 111 | 204 | 136 | 16 |
| Binary | 10 | 1000100 | 1111 | 1100001 | 0 | 1001110 | 1001001 | 10000100 | 1011110 | 1110 |
Color Harmonies of #02440F
Complementary color
Monochromatic Colors of #02440F
Black with #02440F
Text Example
Text Example
White with #02440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02440F; }
p { color: rgb(2,68,15); }
H1.HeaderClassName
{
color: #02440F;
}
.AnyTagClassName
{
color: #02440F;
}
</style>
background-color css
<style>
a { background-color: #02440F; }
a { background-color: rgb(2,68,15); }
div.DivClassName
{
background-color: #02440F;
}
.BgClassName
{
background-color: #02440F;
}
</style>
border-color css
<style>
span { border-color: #02440F; }
span { border-color: rgb(2,68,15); }
td.TdClassName
{
border-color: #02440F;
}
.TagClassName
{
border-color: #02440F;
}
</style>