Shades of Forest Green #158222
Tints of Forest Green #158222
RGB
CMYK
RGB Variations
Color information
#158222 (or 0x158222) is known color: Forest Green. HEX triplet: 15, 82 and 22. RGB value is (21,130,34). Sum of RGB (Red+Green+Blue) = 21+130+34=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #158222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158222 is #EA7DDD. Grayscale: #565656. Windows color (decimal): -15367646 or 2261525. OLE color: 2261525.
HSL color Cylindrical-coordinate representation of color #158222: hue angle of 127.16º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158222 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 130 | 34 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.49 |
| HSL | 127.16º | 0.72% | 0.3% | - |
| HSV(B) | 127.16º | 0.84% | 0.51% | - |
| XYZ | 8.58 | 16.24 | 4.2 | - |
| YUV | 86.47 | 98.39 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 34 | 0.84 | 0 | 0.74 | 0.49 | 127.16 | 0.72 | 0.3 |
| Hex | 15 | 82 | 22 | 54 | 0 | 4A | 31 | 7F | 48 | 1E |
| Octal | 25 | 202 | 42 | 124 | 0 | 112 | 61 | 177 | 110 | 36 |
| Binary | 10101 | 10000010 | 100010 | 1010100 | 0 | 1001010 | 110001 | 1111111 | 1001000 | 11110 |
Color Harmonies of #158222
Complementary color
Monochromatic Colors of #158222
Black with #158222
Text Example
Text Example
White with #158222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158222; }
p { color: rgb(21,130,34); }
H1.HeaderClassName
{
color: #158222;
}
.AnyTagClassName
{
color: #158222;
}
</style>
background-color css
<style>
a { background-color: #158222; }
a { background-color: rgb(21,130,34); }
div.DivClassName
{
background-color: #158222;
}
.BgClassName
{
background-color: #158222;
}
</style>
border-color css
<style>
span { border-color: #158222; }
span { border-color: rgb(21,130,34); }
td.TdClassName
{
border-color: #158222;
}
.TagClassName
{
border-color: #158222;
}
</style>