Shades of Deep Fir #02360C
Tints of Deep Fir #02360C
RGB
CMYK
RGB Variations
Color information
#02360C (or 0x02360C) is known color: Deep Fir. HEX triplet: 02, 36 and 0C. RGB value is (2,54,12). Sum of RGB (Red+Green+Blue) = 2+54+12=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 54 (21.48% from 255 or 79.41% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 54 - color contains mainly: green. Hex color #02360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02360C is #FDC9F3. Grayscale: #212121. Windows color (decimal): -16632308 or 800258. OLE color: 800258.
HSL color Cylindrical-coordinate representation of color #02360C: hue angle of 131.54º 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 #02360C is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 54 | 12 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.79 |
| HSL | 131.54º | 0.93% | 0.11% | - |
| HSV(B) | 131.54º | 0.96% | 0.21% | - |
| XYZ | 1.41 | 2.68 | 0.79 | - |
| YUV | 33.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 12 | 0.96 | 0 | 0.78 | 0.79 | 131.54 | 0.93 | 0.11 |
| Hex | 2 | 36 | C | 60 | 0 | 4E | 4F | 84 | 5D | B |
| Octal | 2 | 66 | 14 | 140 | 0 | 116 | 117 | 204 | 135 | 13 |
| Binary | 10 | 110110 | 1100 | 1100000 | 0 | 1001110 | 1001111 | 10000100 | 1011101 | 1011 |
Color Harmonies of #02360C
Complementary color
Monochromatic Colors of #02360C
Black with #02360C
Text Example
Text Example
White with #02360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02360C; }
p { color: rgb(2,54,12); }
H1.HeaderClassName
{
color: #02360C;
}
.AnyTagClassName
{
color: #02360C;
}
</style>
background-color css
<style>
a { background-color: #02360C; }
a { background-color: rgb(2,54,12); }
div.DivClassName
{
background-color: #02360C;
}
.BgClassName
{
background-color: #02360C;
}
</style>
border-color css
<style>
span { border-color: #02360C; }
span { border-color: rgb(2,54,12); }
td.TdClassName
{
border-color: #02360C;
}
.TagClassName
{
border-color: #02360C;
}
</style>