Shades of Deep Fir #02410B
Tints of Deep Fir #02410B
RGB
CMYK
RGB Variations
Color information
#02410B (or 0x02410B) is known color: Deep Fir. HEX triplet: 02, 41 and 0B. RGB value is (2,65,11). Sum of RGB (Red+Green+Blue) = 2+65+11=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 65 (25.78% from 255 or 83.33% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 65 - color contains mainly: green. Hex color #02410B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02410B is #FDBEF4. Grayscale: #282828. Windows color (decimal): -16629493 or 737538. OLE color: 737538.
HSL color Cylindrical-coordinate representation of color #02410B: hue angle of 128.57º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02410B is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 65 | 11 | - |
| CMYK | 0.97 | 0 | 0.83 | 0.75 |
| HSL | 128.57º | 0.94% | 0.13% | - |
| HSV(B) | 128.57º | 0.97% | 0.25% | - |
| XYZ | 1.98 | 3.82 | 0.95 | - |
| YUV | 40.01 | 111.63 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 11 | 0.97 | 0 | 0.83 | 0.75 | 128.57 | 0.94 | 0.13 |
| Hex | 2 | 41 | B | 61 | 0 | 53 | 4B | 81 | 5E | D |
| Octal | 2 | 101 | 13 | 141 | 0 | 123 | 113 | 201 | 136 | 15 |
| Binary | 10 | 1000001 | 1011 | 1100001 | 0 | 1010011 | 1001011 | 10000001 | 1011110 | 1101 |
Color Harmonies of #02410B
Complementary color
Monochromatic Colors of #02410B
Black with #02410B
Text Example
Text Example
White with #02410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02410B; }
p { color: rgb(2,65,11); }
H1.HeaderClassName
{
color: #02410B;
}
.AnyTagClassName
{
color: #02410B;
}
</style>
background-color css
<style>
a { background-color: #02410B; }
a { background-color: rgb(2,65,11); }
div.DivClassName
{
background-color: #02410B;
}
.BgClassName
{
background-color: #02410B;
}
</style>
border-color css
<style>
span { border-color: #02410B; }
span { border-color: rgb(2,65,11); }
td.TdClassName
{
border-color: #02410B;
}
.TagClassName
{
border-color: #02410B;
}
</style>