Shades of Deep Fir #154024
Tints of Deep Fir #154024
RGB
CMYK
RGB Variations
Color information
#154024 (or 0x154024) is known color: Deep Fir. HEX triplet: 15, 40 and 24. RGB value is (21,64,36). Sum of RGB (Red+Green+Blue) = 21+64+36=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #154024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154024 is #EABFDB. Grayscale: #303030. Windows color (decimal): -15384540 or 2375701. OLE color: 2375701.
HSL color Cylindrical-coordinate representation of color #154024: hue angle of 140.93º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #154024 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 64 | 36 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.75 |
| HSL | 140.93º | 0.51% | 0.17% | - |
| HSV(B) | 140.93º | 0.67% | 0.25% | - |
| XYZ | 2.46 | 3.95 | 2.3 | - |
| YUV | 47.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 36 | 0.67 | 0 | 0.44 | 0.75 | 140.93 | 0.51 | 0.17 |
| Hex | 15 | 40 | 24 | 43 | 0 | 2C | 4B | 8D | 33 | 11 |
| Octal | 25 | 100 | 44 | 103 | 0 | 54 | 113 | 215 | 63 | 21 |
| Binary | 10101 | 1000000 | 100100 | 1000011 | 0 | 101100 | 1001011 | 10001101 | 110011 | 10001 |
Color Harmonies of #154024
Complementary color
Monochromatic Colors of #154024
Black with #154024
Text Example
Text Example
White with #154024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154024; }
p { color: rgb(21,64,36); }
H1.HeaderClassName
{
color: #154024;
}
.AnyTagClassName
{
color: #154024;
}
</style>
background-color css
<style>
a { background-color: #154024; }
a { background-color: rgb(21,64,36); }
div.DivClassName
{
background-color: #154024;
}
.BgClassName
{
background-color: #154024;
}
</style>
border-color css
<style>
span { border-color: #154024; }
span { border-color: rgb(21,64,36); }
td.TdClassName
{
border-color: #154024;
}
.TagClassName
{
border-color: #154024;
}
</style>