Shades of Deep Fir #154A22
Tints of Deep Fir #154A22
RGB
CMYK
RGB Variations
Color information
#154A22 (or 0x154A22) is known color: Deep Fir. HEX triplet: 15, 4A and 22. RGB value is (21,74,34). Sum of RGB (Red+Green+Blue) = 21+74+34=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 74 (29.30% from 255 or 57.36% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 74 - color contains mainly: green. Hex color #154A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154A22 is #EAB5DD. Grayscale: #353535. Windows color (decimal): -15381982 or 2247189. OLE color: 2247189.
HSL color Cylindrical-coordinate representation of color #154A22: hue angle of 134.72º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154A22 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 74 | 34 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.71 |
| HSL | 134.72º | 0.56% | 0.19% | - |
| HSV(B) | 134.72º | 0.72% | 0.29% | - |
| XYZ | 3.05 | 5.17 | 2.35 | - |
| YUV | 53.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 34 | 0.72 | 0 | 0.54 | 0.71 | 134.72 | 0.56 | 0.19 |
| Hex | 15 | 4A | 22 | 48 | 0 | 36 | 47 | 87 | 38 | 13 |
| Octal | 25 | 112 | 42 | 110 | 0 | 66 | 107 | 207 | 70 | 23 |
| Binary | 10101 | 1001010 | 100010 | 1001000 | 0 | 110110 | 1000111 | 10000111 | 111000 | 10011 |
Color Harmonies of #154A22
Complementary color
Monochromatic Colors of #154A22
Black with #154A22
Text Example
Text Example
White with #154A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154A22; }
p { color: rgb(21,74,34); }
H1.HeaderClassName
{
color: #154A22;
}
.AnyTagClassName
{
color: #154A22;
}
</style>
background-color css
<style>
a { background-color: #154A22; }
a { background-color: rgb(21,74,34); }
div.DivClassName
{
background-color: #154A22;
}
.BgClassName
{
background-color: #154A22;
}
</style>
border-color css
<style>
span { border-color: #154A22; }
span { border-color: rgb(21,74,34); }
td.TdClassName
{
border-color: #154A22;
}
.TagClassName
{
border-color: #154A22;
}
</style>