Shades of Deep Fir #024311
Tints of Deep Fir #024311
RGB
CMYK
RGB Variations
Color information
#024311 (or 0x024311) is known color: Deep Fir. HEX triplet: 02, 43 and 11. RGB value is (2,67,17). Sum of RGB (Red+Green+Blue) = 2+67+17=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 67 (26.56% from 255 or 77.91% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 67 - color contains mainly: green. Hex color #024311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024311 is #FDBCEE. Grayscale: #2A2A2A. Windows color (decimal): -16628975 or 1131266. OLE color: 1131266.
HSL color Cylindrical-coordinate representation of color #024311: hue angle of 133.85º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024311 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 67 | 17 | - |
| CMYK | 0.97 | 0 | 0.75 | 0.74 |
| HSL | 133.85º | 0.94% | 0.14% | - |
| HSV(B) | 133.85º | 0.97% | 0.26% | - |
| XYZ | 2.13 | 4.07 | 1.2 | - |
| YUV | 41.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 17 | 0.97 | 0 | 0.75 | 0.74 | 133.85 | 0.94 | 0.14 |
| Hex | 2 | 43 | 11 | 61 | 0 | 4B | 4A | 86 | 5E | E |
| Octal | 2 | 103 | 21 | 141 | 0 | 113 | 112 | 206 | 136 | 16 |
| Binary | 10 | 1000011 | 10001 | 1100001 | 0 | 1001011 | 1001010 | 10000110 | 1011110 | 1110 |
Color Harmonies of #024311
Complementary color
Monochromatic Colors of #024311
Black with #024311
Text Example
Text Example
White with #024311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024311; }
p { color: rgb(2,67,17); }
H1.HeaderClassName
{
color: #024311;
}
.AnyTagClassName
{
color: #024311;
}
</style>
background-color css
<style>
a { background-color: #024311; }
a { background-color: rgb(2,67,17); }
div.DivClassName
{
background-color: #024311;
}
.BgClassName
{
background-color: #024311;
}
</style>
border-color css
<style>
span { border-color: #024311; }
span { border-color: rgb(2,67,17); }
td.TdClassName
{
border-color: #024311;
}
.TagClassName
{
border-color: #024311;
}
</style>