Shades of Deep Fir #153E22
Tints of Deep Fir #153E22
RGB
CMYK
RGB Variations
Color information
#153E22 (or 0x153E22) is known color: Deep Fir. HEX triplet: 15, 3E and 22. RGB value is (21,62,34). Sum of RGB (Red+Green+Blue) = 21+62+34=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 62 (24.61% from 255 or 52.99% from 117); Blue value is 34 (13.67% from 255 or 29.06% from 117); Max value from RGB is 62 - color contains mainly: green. Hex color #153E22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153E22 is #EAC1DD. Grayscale: #2E2E2E. Windows color (decimal): -15385054 or 2244117. OLE color: 2244117.
HSL color Cylindrical-coordinate representation of color #153E22: hue angle of 139.02º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #153E22 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 62 | 34 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.76 |
| HSL | 139.02º | 0.49% | 0.16% | - |
| HSV(B) | 139.02º | 0.66% | 0.24% | - |
| XYZ | 2.32 | 3.72 | 2.11 | - |
| YUV | 46.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 62 | 34 | 0.66 | 0 | 0.45 | 0.76 | 139.02 | 0.49 | 0.16 |
| Hex | 15 | 3E | 22 | 42 | 0 | 2D | 4C | 8B | 31 | 10 |
| Octal | 25 | 76 | 42 | 102 | 0 | 55 | 114 | 213 | 61 | 20 |
| Binary | 10101 | 111110 | 100010 | 1000010 | 0 | 101101 | 1001100 | 10001011 | 110001 | 10000 |
Color Harmonies of #153E22
Complementary color
Monochromatic Colors of #153E22
Black with #153E22
Text Example
Text Example
White with #153E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153E22; }
p { color: rgb(21,62,34); }
H1.HeaderClassName
{
color: #153E22;
}
.AnyTagClassName
{
color: #153E22;
}
</style>
background-color css
<style>
a { background-color: #153E22; }
a { background-color: rgb(21,62,34); }
div.DivClassName
{
background-color: #153E22;
}
.BgClassName
{
background-color: #153E22;
}
</style>
border-color css
<style>
span { border-color: #153E22; }
span { border-color: rgb(21,62,34); }
td.TdClassName
{
border-color: #153E22;
}
.TagClassName
{
border-color: #153E22;
}
</style>