Shades of Deep Fir #02360F
Tints of Deep Fir #02360F
RGB
CMYK
RGB Variations
Color information
#02360F (or 0x02360F) is known color: Deep Fir. HEX triplet: 02, 36 and 0F. RGB value is (2,54,15). Sum of RGB (Red+Green+Blue) = 2+54+15=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 54 (21.48% from 255 or 76.06% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 54 - color contains mainly: green. Hex color #02360F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02360F is #FDC9F0. Grayscale: #222222. Windows color (decimal): -16632305 or 996866. OLE color: 996866.
HSL color Cylindrical-coordinate representation of color #02360F: hue angle of 135º 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 #02360F is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 54 | 15 | - |
| CMYK | 0.96 | 0 | 0.72 | 0.79 |
| HSL | 135º | 0.93% | 0.11% | - |
| HSV(B) | 135º | 0.96% | 0.21% | - |
| XYZ | 1.43 | 2.69 | 0.89 | - |
| YUV | 34.01 | 117.27 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 15 | 0.96 | 0 | 0.72 | 0.79 | 135 | 0.93 | 0.11 |
| Hex | 2 | 36 | F | 60 | 0 | 48 | 4F | 87 | 5D | B |
| Octal | 2 | 66 | 17 | 140 | 0 | 110 | 117 | 207 | 135 | 13 |
| Binary | 10 | 110110 | 1111 | 1100000 | 0 | 1001000 | 1001111 | 10000111 | 1011101 | 1011 |
Color Harmonies of #02360F
Complementary color
Monochromatic Colors of #02360F
Black with #02360F
Text Example
Text Example
White with #02360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02360F; }
p { color: rgb(2,54,15); }
H1.HeaderClassName
{
color: #02360F;
}
.AnyTagClassName
{
color: #02360F;
}
</style>
background-color css
<style>
a { background-color: #02360F; }
a { background-color: rgb(2,54,15); }
div.DivClassName
{
background-color: #02360F;
}
.BgClassName
{
background-color: #02360F;
}
</style>
border-color css
<style>
span { border-color: #02360F; }
span { border-color: rgb(2,54,15); }
td.TdClassName
{
border-color: #02360F;
}
.TagClassName
{
border-color: #02360F;
}
</style>