Shades of Deep Fir #154D20
Tints of Deep Fir #154D20
RGB
CMYK
RGB Variations
Color information
#154D20 (or 0x154D20) is known color: Deep Fir. HEX triplet: 15, 4D and 20. RGB value is (21,77,32). Sum of RGB (Red+Green+Blue) = 21+77+32=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 77 (30.47% from 255 or 59.23% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 77 - color contains mainly: green. Hex color #154D20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154D20 is #EAB2DF. Grayscale: #373737. Windows color (decimal): -15381216 or 2116885. OLE color: 2116885.
HSL color Cylindrical-coordinate representation of color #154D20: hue angle of 131.79º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154D20 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 77 | 32 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.70 |
| HSL | 131.79º | 0.57% | 0.19% | - |
| HSV(B) | 131.79º | 0.73% | 0.3% | - |
| XYZ | 3.22 | 5.57 | 2.27 | - |
| YUV | 55.13 | 114.95 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 32 | 0.73 | 0 | 0.58 | 0.70 | 131.79 | 0.57 | 0.19 |
| Hex | 15 | 4D | 20 | 49 | 0 | 3A | 46 | 84 | 39 | 13 |
| Octal | 25 | 115 | 40 | 111 | 0 | 72 | 106 | 204 | 71 | 23 |
| Binary | 10101 | 1001101 | 100000 | 1001001 | 0 | 111010 | 1000110 | 10000100 | 111001 | 10011 |
Color Harmonies of #154D20
Complementary color
Monochromatic Colors of #154D20
Black with #154D20
Text Example
Text Example
White with #154D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154D20; }
p { color: rgb(21,77,32); }
H1.HeaderClassName
{
color: #154D20;
}
.AnyTagClassName
{
color: #154D20;
}
</style>
background-color css
<style>
a { background-color: #154D20; }
a { background-color: rgb(21,77,32); }
div.DivClassName
{
background-color: #154D20;
}
.BgClassName
{
background-color: #154D20;
}
</style>
border-color css
<style>
span { border-color: #154D20; }
span { border-color: rgb(21,77,32); }
td.TdClassName
{
border-color: #154D20;
}
.TagClassName
{
border-color: #154D20;
}
</style>