Shades of Forest Green #158A2D
Tints of Forest Green #158A2D
RGB
CMYK
RGB Variations
Color information
#158A2D (or 0x158A2D) is known color: Forest Green. HEX triplet: 15, 8A and 2D. RGB value is (21,138,45). Sum of RGB (Red+Green+Blue) = 21+138+45=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 138 (54.30% from 255 or 67.65% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 138 - color contains mainly: green. Hex color #158A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158A2D is #EA75D2. Grayscale: #5C5C5C. Windows color (decimal): -15365587 or 2984469. OLE color: 2984469.
HSL color Cylindrical-coordinate representation of color #158A2D: hue angle of 132.31º 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 #158A2D is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 138 | 45 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.46 |
| HSL | 132.31º | 0.74% | 0.31% | - |
| HSV(B) | 132.31º | 0.85% | 0.54% | - |
| XYZ | 9.87 | 18.53 | 5.54 | - |
| YUV | 92.42 | 101.24 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 138 | 45 | 0.85 | 0 | 0.67 | 0.46 | 132.31 | 0.74 | 0.31 |
| Hex | 15 | 8A | 2D | 55 | 0 | 43 | 2E | 84 | 4A | 1F |
| Octal | 25 | 212 | 55 | 125 | 0 | 103 | 56 | 204 | 112 | 37 |
| Binary | 10101 | 10001010 | 101101 | 1010101 | 0 | 1000011 | 101110 | 10000100 | 1001010 | 11111 |
Color Harmonies of #158A2D
Complementary color
Monochromatic Colors of #158A2D
Black with #158A2D
Text Example
Text Example
White with #158A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158A2D; }
p { color: rgb(21,138,45); }
H1.HeaderClassName
{
color: #158A2D;
}
.AnyTagClassName
{
color: #158A2D;
}
</style>
background-color css
<style>
a { background-color: #158A2D; }
a { background-color: rgb(21,138,45); }
div.DivClassName
{
background-color: #158A2D;
}
.BgClassName
{
background-color: #158A2D;
}
</style>
border-color css
<style>
span { border-color: #158A2D; }
span { border-color: rgb(21,138,45); }
td.TdClassName
{
border-color: #158A2D;
}
.TagClassName
{
border-color: #158A2D;
}
</style>