Shades of Deep Fir #02410F
Tints of Deep Fir #02410F
RGB
CMYK
RGB Variations
Color information
#02410F (or 0x02410F) is known color: Deep Fir. HEX triplet: 02, 41 and 0F. RGB value is (2,65,15). Sum of RGB (Red+Green+Blue) = 2+65+15=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 65 (25.78% from 255 or 79.27% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 65 - color contains mainly: green. Hex color #02410F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02410F is #FDBEF0. Grayscale: #282828. Windows color (decimal): -16629489 or 999682. OLE color: 999682.
HSL color Cylindrical-coordinate representation of color #02410F: hue angle of 132.38º 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 #02410F is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 65 | 15 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.75 |
| HSL | 132.38º | 0.94% | 0.13% | - |
| HSV(B) | 132.38º | 0.97% | 0.25% | - |
| XYZ | 2 | 3.83 | 1.09 | - |
| YUV | 40.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 65 | 15 | 0.97 | 0 | 0.77 | 0.75 | 132.38 | 0.94 | 0.13 |
| Hex | 2 | 41 | F | 61 | 0 | 4D | 4B | 84 | 5E | D |
| Octal | 2 | 101 | 17 | 141 | 0 | 115 | 113 | 204 | 136 | 15 |
| Binary | 10 | 1000001 | 1111 | 1100001 | 0 | 1001101 | 1001011 | 10000100 | 1011110 | 1101 |
Color Harmonies of #02410F
Complementary color
Monochromatic Colors of #02410F
Black with #02410F
Text Example
Text Example
White with #02410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02410F; }
p { color: rgb(2,65,15); }
H1.HeaderClassName
{
color: #02410F;
}
.AnyTagClassName
{
color: #02410F;
}
</style>
background-color css
<style>
a { background-color: #02410F; }
a { background-color: rgb(2,65,15); }
div.DivClassName
{
background-color: #02410F;
}
.BgClassName
{
background-color: #02410F;
}
</style>
border-color css
<style>
span { border-color: #02410F; }
span { border-color: rgb(2,65,15); }
td.TdClassName
{
border-color: #02410F;
}
.TagClassName
{
border-color: #02410F;
}
</style>