Shades of Deep Fir #02360E
Tints of Deep Fir #02360E
RGB
CMYK
RGB Variations
Color information
#02360E (or 0x02360E) is known color: Deep Fir. HEX triplet: 02, 36 and 0E. RGB value is (2,54,14). Sum of RGB (Red+Green+Blue) = 2+54+14=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 54 (21.48% from 255 or 77.14% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 54 - color contains mainly: green. Hex color #02360E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02360E is #FDC9F1. Grayscale: #222222. Windows color (decimal): -16632306 or 931330. OLE color: 931330.
HSL color Cylindrical-coordinate representation of color #02360E: hue angle of 133.85º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02360E is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 54 | 14 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.79 |
| HSL | 133.85º | 0.93% | 0.11% | - |
| HSV(B) | 133.85º | 0.96% | 0.21% | - |
| XYZ | 1.42 | 2.68 | 0.86 | - |
| YUV | 33.89 | 116.77 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 14 | 0.96 | 0 | 0.74 | 0.79 | 133.85 | 0.93 | 0.11 |
| Hex | 2 | 36 | E | 60 | 0 | 4A | 4F | 86 | 5D | B |
| Octal | 2 | 66 | 16 | 140 | 0 | 112 | 117 | 206 | 135 | 13 |
| Binary | 10 | 110110 | 1110 | 1100000 | 0 | 1001010 | 1001111 | 10000110 | 1011101 | 1011 |
Color Harmonies of #02360E
Complementary color
Monochromatic Colors of #02360E
Black with #02360E
Text Example
Text Example
White with #02360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02360E; }
p { color: rgb(2,54,14); }
H1.HeaderClassName
{
color: #02360E;
}
.AnyTagClassName
{
color: #02360E;
}
</style>
background-color css
<style>
a { background-color: #02360E; }
a { background-color: rgb(2,54,14); }
div.DivClassName
{
background-color: #02360E;
}
.BgClassName
{
background-color: #02360E;
}
</style>
border-color css
<style>
span { border-color: #02360E; }
span { border-color: rgb(2,54,14); }
td.TdClassName
{
border-color: #02360E;
}
.TagClassName
{
border-color: #02360E;
}
</style>