Shades of Deep Fir #02370D
Tints of Deep Fir #02370D
RGB
CMYK
RGB Variations
Color information
#02370D (or 0x02370D) is known color: Deep Fir. HEX triplet: 02, 37 and 0D. RGB value is (2,55,13). Sum of RGB (Red+Green+Blue) = 2+55+13=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 55 (21.88% from 255 or 78.57% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 55 - color contains mainly: green. Hex color #02370D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02370D is #FDC8F2. Grayscale: #222222. Windows color (decimal): -16632051 or 866050. OLE color: 866050.
HSL color Cylindrical-coordinate representation of color #02370D: hue angle of 132.45º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02370D is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 55 | 13 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.78 |
| HSL | 132.45º | 0.93% | 0.11% | - |
| HSV(B) | 132.45º | 0.96% | 0.22% | - |
| XYZ | 1.46 | 2.77 | 0.84 | - |
| YUV | 34.37 | 115.94 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 13 | 0.96 | 0 | 0.76 | 0.78 | 132.45 | 0.93 | 0.11 |
| Hex | 2 | 37 | D | 60 | 0 | 4C | 4E | 84 | 5D | B |
| Octal | 2 | 67 | 15 | 140 | 0 | 114 | 116 | 204 | 135 | 13 |
| Binary | 10 | 110111 | 1101 | 1100000 | 0 | 1001100 | 1001110 | 10000100 | 1011101 | 1011 |
Color Harmonies of #02370D
Complementary color
Monochromatic Colors of #02370D
Black with #02370D
Text Example
Text Example
White with #02370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02370D; }
p { color: rgb(2,55,13); }
H1.HeaderClassName
{
color: #02370D;
}
.AnyTagClassName
{
color: #02370D;
}
</style>
background-color css
<style>
a { background-color: #02370D; }
a { background-color: rgb(2,55,13); }
div.DivClassName
{
background-color: #02370D;
}
.BgClassName
{
background-color: #02370D;
}
</style>
border-color css
<style>
span { border-color: #02370D; }
span { border-color: rgb(2,55,13); }
td.TdClassName
{
border-color: #02370D;
}
.TagClassName
{
border-color: #02370D;
}
</style>