Shades of Forest Green #1BA813
Tints of Forest Green #1BA813
RGB
CMYK
RGB Variations
Color information
#1BA813 (or 0x1BA813) is known color: Forest Green. HEX triplet: 1B, A8 and 13. RGB value is (27,168,19). Sum of RGB (Red+Green+Blue) = 27+168+19=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 168 (66.02% from 255 or 78.50% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 168 - color contains mainly: green. Hex color #1BA813 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA813 is #E457EC. Grayscale: #6D6D6D. Windows color (decimal): -14964717 or 1288219. OLE color: 1288219.
HSL color Cylindrical-coordinate representation of color #1BA813: hue angle of 116.78º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BA813 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 27 | 168 | 19 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.34 |
| HSL | 116.78º | 0.8% | 0.37% | - |
| HSV(B) | 116.78º | 0.89% | 0.66% | - |
| XYZ | 14.57 | 28.29 | 5.31 | - |
| YUV | 108.86 | 77.29 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 168 | 19 | 0.84 | 0 | 0.89 | 0.34 | 116.78 | 0.8 | 0.37 |
| Hex | 1B | A8 | 13 | 54 | 0 | 59 | 22 | 75 | 50 | 25 |
| Octal | 33 | 250 | 23 | 124 | 0 | 131 | 42 | 165 | 120 | 45 |
| Binary | 11011 | 10101000 | 10011 | 1010100 | 0 | 1011001 | 100010 | 1110101 | 1010000 | 100101 |
Color Harmonies of #1BA813
Complementary color
Monochromatic Colors of #1BA813
Black with #1BA813
Text Example
Text Example
White with #1BA813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA813; }
p { color: rgb(27,168,19); }
H1.HeaderClassName
{
color: #1BA813;
}
.AnyTagClassName
{
color: #1BA813;
}
</style>
background-color css
<style>
a { background-color: #1BA813; }
a { background-color: rgb(27,168,19); }
div.DivClassName
{
background-color: #1BA813;
}
.BgClassName
{
background-color: #1BA813;
}
</style>
border-color css
<style>
span { border-color: #1BA813; }
span { border-color: rgb(27,168,19); }
td.TdClassName
{
border-color: #1BA813;
}
.TagClassName
{
border-color: #1BA813;
}
</style>