Shades of Forest Green #158A2B
Tints of Forest Green #158A2B
RGB
CMYK
RGB Variations
Color information
#158A2B (or 0x158A2B) is known color: Forest Green. HEX triplet: 15, 8A and 2B. RGB value is (21,138,43). Sum of RGB (Red+Green+Blue) = 21+138+43=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 138 (54.30% from 255 or 68.32% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 138 - color contains mainly: green. Hex color #158A2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158A2B is #EA75D4. Grayscale: #5C5C5C. Windows color (decimal): -15365589 or 2853397. OLE color: 2853397.
HSL color Cylindrical-coordinate representation of color #158A2B: hue angle of 131.28º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158A2B is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 138 | 43 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.46 |
| HSL | 131.28º | 0.74% | 0.31% | - |
| HSV(B) | 131.28º | 0.85% | 0.54% | - |
| XYZ | 9.83 | 18.51 | 5.34 | - |
| YUV | 92.19 | 100.24 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 138 | 43 | 0.85 | 0 | 0.69 | 0.46 | 131.28 | 0.74 | 0.31 |
| Hex | 15 | 8A | 2B | 55 | 0 | 45 | 2E | 83 | 4A | 1F |
| Octal | 25 | 212 | 53 | 125 | 0 | 105 | 56 | 203 | 112 | 37 |
| Binary | 10101 | 10001010 | 101011 | 1010101 | 0 | 1000101 | 101110 | 10000011 | 1001010 | 11111 |
Color Harmonies of #158A2B
Complementary color
Monochromatic Colors of #158A2B
Black with #158A2B
Text Example
Text Example
White with #158A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158A2B; }
p { color: rgb(21,138,43); }
H1.HeaderClassName
{
color: #158A2B;
}
.AnyTagClassName
{
color: #158A2B;
}
</style>
background-color css
<style>
a { background-color: #158A2B; }
a { background-color: rgb(21,138,43); }
div.DivClassName
{
background-color: #158A2B;
}
.BgClassName
{
background-color: #158A2B;
}
</style>
border-color css
<style>
span { border-color: #158A2B; }
span { border-color: rgb(21,138,43); }
td.TdClassName
{
border-color: #158A2B;
}
.TagClassName
{
border-color: #158A2B;
}
</style>