Shades of Deep Fir #154C20
Tints of Deep Fir #154C20
RGB
CMYK
RGB Variations
Color information
#154C20 (or 0x154C20) is known color: Deep Fir. HEX triplet: 15, 4C and 20. RGB value is (21,76,32). Sum of RGB (Red+Green+Blue) = 21+76+32=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 76 (30.08% from 255 or 58.91% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 76 - color contains mainly: green. Hex color #154C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C20 is #EAB3DF. Grayscale: #363636. Windows color (decimal): -15381472 or 2116629. OLE color: 2116629.
HSL color Cylindrical-coordinate representation of color #154C20: hue angle of 132º 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 #154C20 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 76 | 32 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.70 |
| HSL | 132º | 0.57% | 0.19% | - |
| HSV(B) | 132º | 0.72% | 0.3% | - |
| XYZ | 3.15 | 5.43 | 2.25 | - |
| YUV | 54.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 32 | 0.72 | 0 | 0.58 | 0.70 | 132 | 0.57 | 0.19 |
| Hex | 15 | 4C | 20 | 48 | 0 | 3A | 46 | 84 | 39 | 13 |
| Octal | 25 | 114 | 40 | 110 | 0 | 72 | 106 | 204 | 71 | 23 |
| Binary | 10101 | 1001100 | 100000 | 1001000 | 0 | 111010 | 1000110 | 10000100 | 111001 | 10011 |
Color Harmonies of #154C20
Complementary color
Monochromatic Colors of #154C20
Black with #154C20
Text Example
Text Example
White with #154C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C20; }
p { color: rgb(21,76,32); }
H1.HeaderClassName
{
color: #154C20;
}
.AnyTagClassName
{
color: #154C20;
}
</style>
background-color css
<style>
a { background-color: #154C20; }
a { background-color: rgb(21,76,32); }
div.DivClassName
{
background-color: #154C20;
}
.BgClassName
{
background-color: #154C20;
}
</style>
border-color css
<style>
span { border-color: #154C20; }
span { border-color: rgb(21,76,32); }
td.TdClassName
{
border-color: #154C20;
}
.TagClassName
{
border-color: #154C20;
}
</style>