Shades of Forest Green #158127
Tints of Forest Green #158127
RGB
CMYK
RGB Variations
Color information
#158127 (or 0x158127) is known color: Forest Green. HEX triplet: 15, 81 and 27. RGB value is (21,129,39). Sum of RGB (Red+Green+Blue) = 21+129+39=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 129 (50.78% from 255 or 68.25% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 129 - color contains mainly: green. Hex color #158127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158127 is #EA7ED8. Grayscale: #565656. Windows color (decimal): -15367897 or 2588949. OLE color: 2588949.
HSL color Cylindrical-coordinate representation of color #158127: hue angle of 130º 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 #158127 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 129 | 39 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.49 |
| HSL | 130º | 0.72% | 0.29% | - |
| HSV(B) | 130º | 0.84% | 0.51% | - |
| XYZ | 8.53 | 16.01 | 4.56 | - |
| YUV | 86.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 39 | 0.84 | 0 | 0.70 | 0.49 | 130 | 0.72 | 0.29 |
| Hex | 15 | 81 | 27 | 54 | 0 | 46 | 31 | 82 | 48 | 1D |
| Octal | 25 | 201 | 47 | 124 | 0 | 106 | 61 | 202 | 110 | 35 |
| Binary | 10101 | 10000001 | 100111 | 1010100 | 0 | 1000110 | 110001 | 10000010 | 1001000 | 11101 |
Color Harmonies of #158127
Complementary color
Monochromatic Colors of #158127
Black with #158127
Text Example
Text Example
White with #158127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158127; }
p { color: rgb(21,129,39); }
H1.HeaderClassName
{
color: #158127;
}
.AnyTagClassName
{
color: #158127;
}
</style>
background-color css
<style>
a { background-color: #158127; }
a { background-color: rgb(21,129,39); }
div.DivClassName
{
background-color: #158127;
}
.BgClassName
{
background-color: #158127;
}
</style>
border-color css
<style>
span { border-color: #158127; }
span { border-color: rgb(21,129,39); }
td.TdClassName
{
border-color: #158127;
}
.TagClassName
{
border-color: #158127;
}
</style>