Shades of Deep Fir #153F22
Tints of Deep Fir #153F22
RGB
CMYK
RGB Variations
Color information
#153F22 (or 0x153F22) is known color: Deep Fir. HEX triplet: 15, 3F and 22. RGB value is (21,63,34). Sum of RGB (Red+Green+Blue) = 21+63+34=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 63 (25% from 255 or 53.39% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 63 - color contains mainly: green. Hex color #153F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F22 is #EAC0DD. Grayscale: #2F2F2F. Windows color (decimal): -15384798 or 2244373. OLE color: 2244373.
HSL color Cylindrical-coordinate representation of color #153F22: hue angle of 138.57º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153F22 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 63 | 34 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.75 |
| HSL | 138.57º | 0.5% | 0.16% | - |
| HSV(B) | 138.57º | 0.67% | 0.25% | - |
| XYZ | 2.38 | 3.83 | 2.13 | - |
| YUV | 47.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 63 | 34 | 0.67 | 0 | 0.46 | 0.75 | 138.57 | 0.5 | 0.16 |
| Hex | 15 | 3F | 22 | 43 | 0 | 2E | 4B | 8B | 32 | 10 |
| Octal | 25 | 77 | 42 | 103 | 0 | 56 | 113 | 213 | 62 | 20 |
| Binary | 10101 | 111111 | 100010 | 1000011 | 0 | 101110 | 1001011 | 10001011 | 110010 | 10000 |
Color Harmonies of #153F22
Complementary color
Monochromatic Colors of #153F22
Black with #153F22
Text Example
Text Example
White with #153F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #153F22; }
p { color: rgb(21,63,34); }
H1.HeaderClassName
{
color: #153F22;
}
.AnyTagClassName
{
color: #153F22;
}
</style>
background-color css
<style>
a { background-color: #153F22; }
a { background-color: rgb(21,63,34); }
div.DivClassName
{
background-color: #153F22;
}
.BgClassName
{
background-color: #153F22;
}
</style>
border-color css
<style>
span { border-color: #153F22; }
span { border-color: rgb(21,63,34); }
td.TdClassName
{
border-color: #153F22;
}
.TagClassName
{
border-color: #153F22;
}
</style>