Shades of Forest Green #1BA215
Tints of Forest Green #1BA215
RGB
CMYK
RGB Variations
Color information
#1BA215 (or 0x1BA215) is known color: Forest Green. HEX triplet: 1B, A2 and 15. RGB value is (27,162,21). Sum of RGB (Red+Green+Blue) = 27+162+21=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 162 (63.67% from 255 or 77.14% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 162 - color contains mainly: green. Hex color #1BA215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA215 is #E45DEA. Grayscale: #696969. Windows color (decimal): -14966251 or 1417755. OLE color: 1417755.
HSL color Cylindrical-coordinate representation of color #1BA215: hue angle of 117.45º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BA215 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 162 | 21 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.36 |
| HSL | 117.45º | 0.77% | 0.36% | - |
| HSV(B) | 117.45º | 0.87% | 0.64% | - |
| XYZ | 13.51 | 26.13 | 5.04 | - |
| YUV | 105.56 | 80.27 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 162 | 21 | 0.83 | 0 | 0.87 | 0.36 | 117.45 | 0.77 | 0.36 |
| Hex | 1B | A2 | 15 | 53 | 0 | 57 | 24 | 75 | 4D | 24 |
| Octal | 33 | 242 | 25 | 123 | 0 | 127 | 44 | 165 | 115 | 44 |
| Binary | 11011 | 10100010 | 10101 | 1010011 | 0 | 1010111 | 100100 | 1110101 | 1001101 | 100100 |
Color Harmonies of #1BA215
Complementary color
Monochromatic Colors of #1BA215
Black with #1BA215
Text Example
Text Example
White with #1BA215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA215; }
p { color: rgb(27,162,21); }
H1.HeaderClassName
{
color: #1BA215;
}
.AnyTagClassName
{
color: #1BA215;
}
</style>
background-color css
<style>
a { background-color: #1BA215; }
a { background-color: rgb(27,162,21); }
div.DivClassName
{
background-color: #1BA215;
}
.BgClassName
{
background-color: #1BA215;
}
</style>
border-color css
<style>
span { border-color: #1BA215; }
span { border-color: rgb(27,162,21); }
td.TdClassName
{
border-color: #1BA215;
}
.TagClassName
{
border-color: #1BA215;
}
</style>