Shades of Forest Green #158121
Tints of Forest Green #158121
RGB
CMYK
RGB Variations
Color information
#158121 (or 0x158121) is known color: Forest Green. HEX triplet: 15, 81 and 21. RGB value is (21,129,33). Sum of RGB (Red+Green+Blue) = 21+129+33=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 129 (50.78% from 255 or 70.49% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 129 - color contains mainly: green. Hex color #158121 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158121 is #EA7EDE. Grayscale: #565656. Windows color (decimal): -15367903 or 2195733. OLE color: 2195733.
HSL color Cylindrical-coordinate representation of color #158121: hue angle of 126.67º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158121 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 129 | 33 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.49 |
| HSL | 126.67º | 0.72% | 0.29% | - |
| HSV(B) | 126.67º | 0.84% | 0.51% | - |
| XYZ | 8.43 | 15.97 | 4.08 | - |
| YUV | 85.76 | 98.22 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 33 | 0.84 | 0 | 0.74 | 0.49 | 126.67 | 0.72 | 0.29 |
| Hex | 15 | 81 | 21 | 54 | 0 | 4A | 31 | 7F | 48 | 1D |
| Octal | 25 | 201 | 41 | 124 | 0 | 112 | 61 | 177 | 110 | 35 |
| Binary | 10101 | 10000001 | 100001 | 1010100 | 0 | 1001010 | 110001 | 1111111 | 1001000 | 11101 |
Color Harmonies of #158121
Complementary color
Monochromatic Colors of #158121
Black with #158121
Text Example
Text Example
White with #158121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158121; }
p { color: rgb(21,129,33); }
H1.HeaderClassName
{
color: #158121;
}
.AnyTagClassName
{
color: #158121;
}
</style>
background-color css
<style>
a { background-color: #158121; }
a { background-color: rgb(21,129,33); }
div.DivClassName
{
background-color: #158121;
}
.BgClassName
{
background-color: #158121;
}
</style>
border-color css
<style>
span { border-color: #158121; }
span { border-color: rgb(21,129,33); }
td.TdClassName
{
border-color: #158121;
}
.TagClassName
{
border-color: #158121;
}
</style>