Shades of Deep Fir #154C22
Tints of Deep Fir #154C22
RGB
CMYK
RGB Variations
Color information
#154C22 (or 0x154C22) is known color: Deep Fir. HEX triplet: 15, 4C and 22. RGB value is (21,76,34). Sum of RGB (Red+Green+Blue) = 21+76+34=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 76 (30.08% from 255 or 58.02% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 76 - color contains mainly: green. Hex color #154C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154C22 is #EAB3DD. Grayscale: #363636. Windows color (decimal): -15381470 or 2247701. OLE color: 2247701.
HSL color Cylindrical-coordinate representation of color #154C22: hue angle of 134.18º 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 #154C22 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 76 | 34 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.70 |
| HSL | 134.18º | 0.57% | 0.19% | - |
| HSV(B) | 134.18º | 0.72% | 0.3% | - |
| XYZ | 3.18 | 5.44 | 2.4 | - |
| YUV | 54.77 | 116.28 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 34 | 0.72 | 0 | 0.55 | 0.70 | 134.18 | 0.57 | 0.19 |
| Hex | 15 | 4C | 22 | 48 | 0 | 37 | 46 | 86 | 39 | 13 |
| Octal | 25 | 114 | 42 | 110 | 0 | 67 | 106 | 206 | 71 | 23 |
| Binary | 10101 | 1001100 | 100010 | 1001000 | 0 | 110111 | 1000110 | 10000110 | 111001 | 10011 |
Color Harmonies of #154C22
Complementary color
Monochromatic Colors of #154C22
Black with #154C22
Text Example
Text Example
White with #154C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154C22; }
p { color: rgb(21,76,34); }
H1.HeaderClassName
{
color: #154C22;
}
.AnyTagClassName
{
color: #154C22;
}
</style>
background-color css
<style>
a { background-color: #154C22; }
a { background-color: rgb(21,76,34); }
div.DivClassName
{
background-color: #154C22;
}
.BgClassName
{
background-color: #154C22;
}
</style>
border-color css
<style>
span { border-color: #154C22; }
span { border-color: rgb(21,76,34); }
td.TdClassName
{
border-color: #154C22;
}
.TagClassName
{
border-color: #154C22;
}
</style>