Shades of Deep Fir #024011
Tints of Deep Fir #024011
RGB
CMYK
RGB Variations
Color information
#024011 (or 0x024011) is known color: Deep Fir. HEX triplet: 02, 40 and 11. RGB value is (2,64,17). Sum of RGB (Red+Green+Blue) = 2+64+17=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 64 (25.39% from 255 or 77.11% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 64 - color contains mainly: green. Hex color #024011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024011 is #FDBFEE. Grayscale: #282828. Windows color (decimal): -16629743 or 1130498. OLE color: 1130498.
HSL color Cylindrical-coordinate representation of color #024011: hue angle of 134.52º 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 #024011 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 64 | 17 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.75 |
| HSL | 134.52º | 0.94% | 0.13% | - |
| HSV(B) | 134.52º | 0.97% | 0.25% | - |
| XYZ | 1.96 | 3.72 | 1.15 | - |
| YUV | 40.1 | 114.96 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 17 | 0.97 | 0 | 0.73 | 0.75 | 134.52 | 0.94 | 0.13 |
| Hex | 2 | 40 | 11 | 61 | 0 | 49 | 4B | 87 | 5E | D |
| Octal | 2 | 100 | 21 | 141 | 0 | 111 | 113 | 207 | 136 | 15 |
| Binary | 10 | 1000000 | 10001 | 1100001 | 0 | 1001001 | 1001011 | 10000111 | 1011110 | 1101 |
Color Harmonies of #024011
Complementary color
Monochromatic Colors of #024011
Black with #024011
Text Example
Text Example
White with #024011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024011; }
p { color: rgb(2,64,17); }
H1.HeaderClassName
{
color: #024011;
}
.AnyTagClassName
{
color: #024011;
}
</style>
background-color css
<style>
a { background-color: #024011; }
a { background-color: rgb(2,64,17); }
div.DivClassName
{
background-color: #024011;
}
.BgClassName
{
background-color: #024011;
}
</style>
border-color css
<style>
span { border-color: #024011; }
span { border-color: rgb(2,64,17); }
td.TdClassName
{
border-color: #024011;
}
.TagClassName
{
border-color: #024011;
}
</style>