Shades of Forest Green #1BA913
Tints of Forest Green #1BA913
RGB
CMYK
RGB Variations
Color information
#1BA913 (or 0x1BA913) is known color: Forest Green. HEX triplet: 1B, A9 and 13. RGB value is (27,169,19). Sum of RGB (Red+Green+Blue) = 27+169+19=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 169 (66.41% from 255 or 78.60% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 169 - color contains mainly: green. Hex color #1BA913 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA913 is #E456EC. Grayscale: #6D6D6D. Windows color (decimal): -14964461 or 1288475. OLE color: 1288475.
HSL color Cylindrical-coordinate representation of color #1BA913: hue angle of 116.8º 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 #1BA913 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 27 | 169 | 19 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.34 |
| HSL | 116.8º | 0.8% | 0.37% | - |
| HSV(B) | 116.8º | 0.89% | 0.66% | - |
| XYZ | 14.76 | 28.66 | 5.37 | - |
| YUV | 109.44 | 76.96 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 169 | 19 | 0.84 | 0 | 0.89 | 0.34 | 116.8 | 0.8 | 0.37 |
| Hex | 1B | A9 | 13 | 54 | 0 | 59 | 22 | 75 | 50 | 25 |
| Octal | 33 | 251 | 23 | 124 | 0 | 131 | 42 | 165 | 120 | 45 |
| Binary | 11011 | 10101001 | 10011 | 1010100 | 0 | 1011001 | 100010 | 1110101 | 1010000 | 100101 |
Color Harmonies of #1BA913
Complementary color
Monochromatic Colors of #1BA913
Black with #1BA913
Text Example
Text Example
White with #1BA913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA913; }
p { color: rgb(27,169,19); }
H1.HeaderClassName
{
color: #1BA913;
}
.AnyTagClassName
{
color: #1BA913;
}
</style>
background-color css
<style>
a { background-color: #1BA913; }
a { background-color: rgb(27,169,19); }
div.DivClassName
{
background-color: #1BA913;
}
.BgClassName
{
background-color: #1BA913;
}
</style>
border-color css
<style>
span { border-color: #1BA913; }
span { border-color: rgb(27,169,19); }
td.TdClassName
{
border-color: #1BA913;
}
.TagClassName
{
border-color: #1BA913;
}
</style>