Shades of Forest Green #158226
Tints of Forest Green #158226
RGB
CMYK
RGB Variations
Color information
#158226 (or 0x158226) is known color: Forest Green. HEX triplet: 15, 82 and 26. RGB value is (21,130,38). Sum of RGB (Red+Green+Blue) = 21+130+38=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #158226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158226 is #EA7DD9. Grayscale: #575757. Windows color (decimal): -15367642 or 2523669. OLE color: 2523669.
HSL color Cylindrical-coordinate representation of color #158226: hue angle of 129.36º 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 #158226 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 130 | 38 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.49 |
| HSL | 129.36º | 0.72% | 0.3% | - |
| HSV(B) | 129.36º | 0.84% | 0.51% | - |
| XYZ | 8.64 | 16.26 | 4.52 | - |
| YUV | 86.92 | 100.39 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 38 | 0.84 | 0 | 0.71 | 0.49 | 129.36 | 0.72 | 0.3 |
| Hex | 15 | 82 | 26 | 54 | 0 | 47 | 31 | 81 | 48 | 1E |
| Octal | 25 | 202 | 46 | 124 | 0 | 107 | 61 | 201 | 110 | 36 |
| Binary | 10101 | 10000010 | 100110 | 1010100 | 0 | 1000111 | 110001 | 10000001 | 1001000 | 11110 |
Color Harmonies of #158226
Complementary color
Monochromatic Colors of #158226
Black with #158226
Text Example
Text Example
White with #158226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158226; }
p { color: rgb(21,130,38); }
H1.HeaderClassName
{
color: #158226;
}
.AnyTagClassName
{
color: #158226;
}
</style>
background-color css
<style>
a { background-color: #158226; }
a { background-color: rgb(21,130,38); }
div.DivClassName
{
background-color: #158226;
}
.BgClassName
{
background-color: #158226;
}
</style>
border-color css
<style>
span { border-color: #158226; }
span { border-color: rgb(21,130,38); }
td.TdClassName
{
border-color: #158226;
}
.TagClassName
{
border-color: #158226;
}
</style>