Shades of Deep Fir #02390D
Tints of Deep Fir #02390D
RGB
CMYK
RGB Variations
Color information
#02390D (or 0x02390D) is known color: Deep Fir. HEX triplet: 02, 39 and 0D. RGB value is (2,57,13). Sum of RGB (Red+Green+Blue) = 2+57+13=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 57 (22.66% from 255 or 79.17% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 57 - color contains mainly: green. Hex color #02390D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02390D is #FDC6F2. Grayscale: #232323. Windows color (decimal): -16631539 or 866562. OLE color: 866562.
HSL color Cylindrical-coordinate representation of color #02390D: hue angle of 132º 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 #02390D is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 57 | 13 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.78 |
| HSL | 132º | 0.93% | 0.12% | - |
| HSV(B) | 132º | 0.96% | 0.22% | - |
| XYZ | 1.56 | 2.97 | 0.87 | - |
| YUV | 35.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 13 | 0.96 | 0 | 0.77 | 0.78 | 132 | 0.93 | 0.12 |
| Hex | 2 | 39 | D | 60 | 0 | 4D | 4E | 84 | 5D | C |
| Octal | 2 | 71 | 15 | 140 | 0 | 115 | 116 | 204 | 135 | 14 |
| Binary | 10 | 111001 | 1101 | 1100000 | 0 | 1001101 | 1001110 | 10000100 | 1011101 | 1100 |
Color Harmonies of #02390D
Complementary color
Monochromatic Colors of #02390D
Black with #02390D
Text Example
Text Example
White with #02390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02390D; }
p { color: rgb(2,57,13); }
H1.HeaderClassName
{
color: #02390D;
}
.AnyTagClassName
{
color: #02390D;
}
</style>
background-color css
<style>
a { background-color: #02390D; }
a { background-color: rgb(2,57,13); }
div.DivClassName
{
background-color: #02390D;
}
.BgClassName
{
background-color: #02390D;
}
</style>
border-color css
<style>
span { border-color: #02390D; }
span { border-color: rgb(2,57,13); }
td.TdClassName
{
border-color: #02390D;
}
.TagClassName
{
border-color: #02390D;
}
</style>