Shades of Deep Fir #02390E
Tints of Deep Fir #02390E
RGB
CMYK
RGB Variations
Color information
#02390E (or 0x02390E) is known color: Deep Fir. HEX triplet: 02, 39 and 0E. RGB value is (2,57,14). Sum of RGB (Red+Green+Blue) = 2+57+14=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 57 (22.66% from 255 or 78.08% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 57 - color contains mainly: green. Hex color #02390E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02390E is #FDC6F1. Grayscale: #232323. Windows color (decimal): -16631538 or 932098. OLE color: 932098.
HSL color Cylindrical-coordinate representation of color #02390E: hue angle of 133.09º 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 #02390E is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 57 | 14 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.78 |
| HSL | 133.09º | 0.93% | 0.12% | - |
| HSV(B) | 133.09º | 0.96% | 0.22% | - |
| XYZ | 1.57 | 2.97 | 0.91 | - |
| YUV | 35.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 14 | 0.96 | 0 | 0.75 | 0.78 | 133.09 | 0.93 | 0.12 |
| Hex | 2 | 39 | E | 60 | 0 | 4B | 4E | 85 | 5D | C |
| Octal | 2 | 71 | 16 | 140 | 0 | 113 | 116 | 205 | 135 | 14 |
| Binary | 10 | 111001 | 1110 | 1100000 | 0 | 1001011 | 1001110 | 10000101 | 1011101 | 1100 |
Color Harmonies of #02390E
Complementary color
Monochromatic Colors of #02390E
Black with #02390E
Text Example
Text Example
White with #02390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02390E; }
p { color: rgb(2,57,14); }
H1.HeaderClassName
{
color: #02390E;
}
.AnyTagClassName
{
color: #02390E;
}
</style>
background-color css
<style>
a { background-color: #02390E; }
a { background-color: rgb(2,57,14); }
div.DivClassName
{
background-color: #02390E;
}
.BgClassName
{
background-color: #02390E;
}
</style>
border-color css
<style>
span { border-color: #02390E; }
span { border-color: rgb(2,57,14); }
td.TdClassName
{
border-color: #02390E;
}
.TagClassName
{
border-color: #02390E;
}
</style>