Shades of Deep Fir #02390F
Tints of Deep Fir #02390F
RGB
CMYK
RGB Variations
Color information
#02390F (or 0x02390F) is known color: Deep Fir. HEX triplet: 02, 39 and 0F. RGB value is (2,57,15). Sum of RGB (Red+Green+Blue) = 2+57+15=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 57 (22.66% from 255 or 77.03% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 57 - color contains mainly: green. Hex color #02390F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02390F is #FDC6F0. Grayscale: #232323. Windows color (decimal): -16631537 or 997634. OLE color: 997634.
HSL color Cylindrical-coordinate representation of color #02390F: hue angle of 134.18º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02390F is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 57 | 15 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.78 |
| HSL | 134.18º | 0.93% | 0.12% | - |
| HSV(B) | 134.18º | 0.96% | 0.22% | - |
| XYZ | 1.57 | 2.97 | 0.94 | - |
| YUV | 35.77 | 116.28 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 15 | 0.96 | 0 | 0.74 | 0.78 | 134.18 | 0.93 | 0.12 |
| Hex | 2 | 39 | F | 60 | 0 | 4A | 4E | 86 | 5D | C |
| Octal | 2 | 71 | 17 | 140 | 0 | 112 | 116 | 206 | 135 | 14 |
| Binary | 10 | 111001 | 1111 | 1100000 | 0 | 1001010 | 1001110 | 10000110 | 1011101 | 1100 |
Color Harmonies of #02390F
Complementary color
Monochromatic Colors of #02390F
Black with #02390F
Text Example
Text Example
White with #02390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02390F; }
p { color: rgb(2,57,15); }
H1.HeaderClassName
{
color: #02390F;
}
.AnyTagClassName
{
color: #02390F;
}
</style>
background-color css
<style>
a { background-color: #02390F; }
a { background-color: rgb(2,57,15); }
div.DivClassName
{
background-color: #02390F;
}
.BgClassName
{
background-color: #02390F;
}
</style>
border-color css
<style>
span { border-color: #02390F; }
span { border-color: rgb(2,57,15); }
td.TdClassName
{
border-color: #02390F;
}
.TagClassName
{
border-color: #02390F;
}
</style>