Shades of Deep Fir #02350C
Tints of Deep Fir #02350C
RGB
CMYK
RGB Variations
Color information
#02350C (or 0x02350C) is known color: Deep Fir. HEX triplet: 02, 35 and 0C. RGB value is (2,53,12). Sum of RGB (Red+Green+Blue) = 2+53+12=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 53 (21.09% from 255 or 79.10% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 53 - color contains mainly: green. Hex color #02350C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02350C is #FDCAF3. Grayscale: #212121. Windows color (decimal): -16632564 or 800002. OLE color: 800002.
HSL color Cylindrical-coordinate representation of color #02350C: hue angle of 131.76º 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 #02350C is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 53 | 12 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.79 |
| HSL | 131.76º | 0.93% | 0.11% | - |
| HSV(B) | 131.76º | 0.96% | 0.21% | - |
| XYZ | 1.36 | 2.59 | 0.77 | - |
| YUV | 33.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 12 | 0.96 | 0 | 0.77 | 0.79 | 131.76 | 0.93 | 0.11 |
| Hex | 2 | 35 | C | 60 | 0 | 4D | 4F | 84 | 5D | B |
| Octal | 2 | 65 | 14 | 140 | 0 | 115 | 117 | 204 | 135 | 13 |
| Binary | 10 | 110101 | 1100 | 1100000 | 0 | 1001101 | 1001111 | 10000100 | 1011101 | 1011 |
Color Harmonies of #02350C
Complementary color
Monochromatic Colors of #02350C
Black with #02350C
Text Example
Text Example
White with #02350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02350C; }
p { color: rgb(2,53,12); }
H1.HeaderClassName
{
color: #02350C;
}
.AnyTagClassName
{
color: #02350C;
}
</style>
background-color css
<style>
a { background-color: #02350C; }
a { background-color: rgb(2,53,12); }
div.DivClassName
{
background-color: #02350C;
}
.BgClassName
{
background-color: #02350C;
}
</style>
border-color css
<style>
span { border-color: #02350C; }
span { border-color: rgb(2,53,12); }
td.TdClassName
{
border-color: #02350C;
}
.TagClassName
{
border-color: #02350C;
}
</style>