Shades of Deep Fir #02350D
Tints of Deep Fir #02350D
RGB
CMYK
RGB Variations
Color information
#02350D (or 0x02350D) is known color: Deep Fir. HEX triplet: 02, 35 and 0D. RGB value is (2,53,13). Sum of RGB (Red+Green+Blue) = 2+53+13=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 53 (21.09% from 255 or 77.94% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 53 - color contains mainly: green. Hex color #02350D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02350D is #FDCAF2. Grayscale: #212121. Windows color (decimal): -16632563 or 865538. OLE color: 865538.
HSL color Cylindrical-coordinate representation of color #02350D: hue angle of 132.94º 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 #02350D is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 53 | 13 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.79 |
| HSL | 132.94º | 0.93% | 0.11% | - |
| HSV(B) | 132.94º | 0.96% | 0.21% | - |
| XYZ | 1.37 | 2.59 | 0.81 | - |
| YUV | 33.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 13 | 0.96 | 0 | 0.75 | 0.79 | 132.94 | 0.93 | 0.11 |
| Hex | 2 | 35 | D | 60 | 0 | 4B | 4F | 85 | 5D | B |
| Octal | 2 | 65 | 15 | 140 | 0 | 113 | 117 | 205 | 135 | 13 |
| Binary | 10 | 110101 | 1101 | 1100000 | 0 | 1001011 | 1001111 | 10000101 | 1011101 | 1011 |
Color Harmonies of #02350D
Complementary color
Monochromatic Colors of #02350D
Black with #02350D
Text Example
Text Example
White with #02350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02350D; }
p { color: rgb(2,53,13); }
H1.HeaderClassName
{
color: #02350D;
}
.AnyTagClassName
{
color: #02350D;
}
</style>
background-color css
<style>
a { background-color: #02350D; }
a { background-color: rgb(2,53,13); }
div.DivClassName
{
background-color: #02350D;
}
.BgClassName
{
background-color: #02350D;
}
</style>
border-color css
<style>
span { border-color: #02350D; }
span { border-color: rgb(2,53,13); }
td.TdClassName
{
border-color: #02350D;
}
.TagClassName
{
border-color: #02350D;
}
</style>