Shades of Deep Fir #154C24
Tints of Deep Fir #154C24
RGB
CMYK
RGB Variations
Color information
#154C24 (or 0x154C24) is known color: Deep Fir. HEX triplet: 15, 4C and 24. RGB value is (21,76,36). Sum of RGB (Red+Green+Blue) = 21+76+36=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #154C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C24 is #EAB3DB. Grayscale: #373737. Windows color (decimal): -15381468 or 2378773. OLE color: 2378773.
HSL color Cylindrical-coordinate representation of color #154C24: hue angle of 136.36º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154C24 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 76 | 36 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.70 |
| HSL | 136.36º | 0.57% | 0.19% | - |
| HSV(B) | 136.36º | 0.72% | 0.3% | - |
| XYZ | 3.21 | 5.46 | 2.55 | - |
| YUV | 55 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 36 | 0.72 | 0 | 0.53 | 0.70 | 136.36 | 0.57 | 0.19 |
| Hex | 15 | 4C | 24 | 48 | 0 | 35 | 46 | 88 | 39 | 13 |
| Octal | 25 | 114 | 44 | 110 | 0 | 65 | 106 | 210 | 71 | 23 |
| Binary | 10101 | 1001100 | 100100 | 1001000 | 0 | 110101 | 1000110 | 10001000 | 111001 | 10011 |
Color Harmonies of #154C24
Complementary color
Monochromatic Colors of #154C24
Black with #154C24
Text Example
Text Example
White with #154C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C24; }
p { color: rgb(21,76,36); }
H1.HeaderClassName
{
color: #154C24;
}
.AnyTagClassName
{
color: #154C24;
}
</style>
background-color css
<style>
a { background-color: #154C24; }
a { background-color: rgb(21,76,36); }
div.DivClassName
{
background-color: #154C24;
}
.BgClassName
{
background-color: #154C24;
}
</style>
border-color css
<style>
span { border-color: #154C24; }
span { border-color: rgb(21,76,36); }
td.TdClassName
{
border-color: #154C24;
}
.TagClassName
{
border-color: #154C24;
}
</style>