Shades of Deep Fir #02360B
Tints of Deep Fir #02360B
RGB
CMYK
RGB Variations
Color information
#02360B (or 0x02360B) is known color: Deep Fir. HEX triplet: 02, 36 and 0B. RGB value is (2,54,11). Sum of RGB (Red+Green+Blue) = 2+54+11=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 54 (21.48% from 255 or 80.60% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 54 - color contains mainly: green. Hex color #02360B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02360B is #FDC9F4. Grayscale: #212121. Windows color (decimal): -16632309 or 734722. OLE color: 734722.
HSL color Cylindrical-coordinate representation of color #02360B: hue angle of 130.38º 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 #02360B is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 54 | 11 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.79 |
| HSL | 130.38º | 0.93% | 0.11% | - |
| HSV(B) | 130.38º | 0.96% | 0.21% | - |
| XYZ | 1.4 | 2.68 | 0.76 | - |
| YUV | 33.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 54 | 11 | 0.96 | 0 | 0.80 | 0.79 | 130.38 | 0.93 | 0.11 |
| Hex | 2 | 36 | B | 60 | 0 | 50 | 4F | 82 | 5D | B |
| Octal | 2 | 66 | 13 | 140 | 0 | 120 | 117 | 202 | 135 | 13 |
| Binary | 10 | 110110 | 1011 | 1100000 | 0 | 1010000 | 1001111 | 10000010 | 1011101 | 1011 |
Color Harmonies of #02360B
Complementary color
Monochromatic Colors of #02360B
Black with #02360B
Text Example
Text Example
White with #02360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02360B; }
p { color: rgb(2,54,11); }
H1.HeaderClassName
{
color: #02360B;
}
.AnyTagClassName
{
color: #02360B;
}
</style>
background-color css
<style>
a { background-color: #02360B; }
a { background-color: rgb(2,54,11); }
div.DivClassName
{
background-color: #02360B;
}
.BgClassName
{
background-color: #02360B;
}
</style>
border-color css
<style>
span { border-color: #02360B; }
span { border-color: rgb(2,54,11); }
td.TdClassName
{
border-color: #02360B;
}
.TagClassName
{
border-color: #02360B;
}
</style>