Shades of Deep Fir #02350A
Tints of Deep Fir #02350A
RGB
CMYK
RGB Variations
Color information
#02350A (or 0x02350A) is known color: Deep Fir. HEX triplet: 02, 35 and 0A. RGB value is (2,53,10). Sum of RGB (Red+Green+Blue) = 2+53+10=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 53 (21.09% from 255 or 81.54% from 65); Blue value is 10 (4.30% from 255 or 15.38% from 65); Max value from RGB is 53 - color contains mainly: green. Hex color #02350A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02350A is #FDCAF5. Grayscale: #202020. Windows color (decimal): -16632566 or 668930. OLE color: 668930.
HSL color Cylindrical-coordinate representation of color #02350A: hue angle of 129.41º 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 #02350A is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 53 | 10 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.79 |
| HSL | 129.41º | 0.93% | 0.11% | - |
| HSV(B) | 129.41º | 0.96% | 0.21% | - |
| XYZ | 1.35 | 2.58 | 0.71 | - |
| YUV | 32.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 10 | 0.96 | 0 | 0.81 | 0.79 | 129.41 | 0.93 | 0.11 |
| Hex | 2 | 35 | A | 60 | 0 | 51 | 4F | 81 | 5D | B |
| Octal | 2 | 65 | 12 | 140 | 0 | 121 | 117 | 201 | 135 | 13 |
| Binary | 10 | 110101 | 1010 | 1100000 | 0 | 1010001 | 1001111 | 10000001 | 1011101 | 1011 |
Color Harmonies of #02350A
Complementary color
Monochromatic Colors of #02350A
Black with #02350A
Text Example
Text Example
White with #02350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02350A; }
p { color: rgb(2,53,10); }
H1.HeaderClassName
{
color: #02350A;
}
.AnyTagClassName
{
color: #02350A;
}
</style>
background-color css
<style>
a { background-color: #02350A; }
a { background-color: rgb(2,53,10); }
div.DivClassName
{
background-color: #02350A;
}
.BgClassName
{
background-color: #02350A;
}
</style>
border-color css
<style>
span { border-color: #02350A; }
span { border-color: rgb(2,53,10); }
td.TdClassName
{
border-color: #02350A;
}
.TagClassName
{
border-color: #02350A;
}
</style>