Shades of Deep Fir #154822
Tints of Deep Fir #154822
RGB
CMYK
RGB Variations
Color information
#154822 (or 0x154822) is known color: Deep Fir. HEX triplet: 15, 48 and 22. RGB value is (21,72,34). Sum of RGB (Red+Green+Blue) = 21+72+34=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #154822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154822 is #EAB7DD. Grayscale: #343434. Windows color (decimal): -15382494 or 2246677. OLE color: 2246677.
HSL color Cylindrical-coordinate representation of color #154822: hue angle of 135.29º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #154822 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 21 | 72 | 34 | - |
| CMYK | 0.71 | 0 | 0.53 | 0.72 |
| HSL | 135.29º | 0.55% | 0.18% | - |
| HSV(B) | 135.29º | 0.71% | 0.28% | - |
| XYZ | 2.92 | 4.91 | 2.31 | - |
| YUV | 52.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 72 | 34 | 0.71 | 0 | 0.53 | 0.72 | 135.29 | 0.55 | 0.18 |
| Hex | 15 | 48 | 22 | 47 | 0 | 35 | 48 | 87 | 37 | 12 |
| Octal | 25 | 110 | 42 | 107 | 0 | 65 | 110 | 207 | 67 | 22 |
| Binary | 10101 | 1001000 | 100010 | 1000111 | 0 | 110101 | 1001000 | 10000111 | 110111 | 10010 |
Color Harmonies of #154822
Complementary color
Monochromatic Colors of #154822
Black with #154822
Text Example
Text Example
White with #154822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154822; }
p { color: rgb(21,72,34); }
H1.HeaderClassName
{
color: #154822;
}
.AnyTagClassName
{
color: #154822;
}
</style>
background-color css
<style>
a { background-color: #154822; }
a { background-color: rgb(21,72,34); }
div.DivClassName
{
background-color: #154822;
}
.BgClassName
{
background-color: #154822;
}
</style>
border-color css
<style>
span { border-color: #154822; }
span { border-color: rgb(21,72,34); }
td.TdClassName
{
border-color: #154822;
}
.TagClassName
{
border-color: #154822;
}
</style>