Shades of Forest Green #1BA914
Tints of Forest Green #1BA914
RGB
CMYK
RGB Variations
Color information
#1BA914 (or 0x1BA914) is known color: Forest Green. HEX triplet: 1B, A9 and 14. RGB value is (27,169,20). Sum of RGB (Red+Green+Blue) = 27+169+20=216 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.5% from 216); Green value is 169 (66.41% from 255 or 78.24% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 169 - color contains mainly: green. Hex color #1BA914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA914 is #E456EB. Grayscale: #6E6E6E. Windows color (decimal): -14964460 or 1354011. OLE color: 1354011.
HSL color Cylindrical-coordinate representation of color #1BA914: hue angle of 117.18º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BA914 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 27 | 169 | 20 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.34 |
| HSL | 117.18º | 0.79% | 0.37% | - |
| HSV(B) | 117.18º | 0.88% | 0.66% | - |
| XYZ | 14.77 | 28.66 | 5.42 | - |
| YUV | 109.56 | 77.46 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 169 | 20 | 0.84 | 0 | 0.88 | 0.34 | 117.18 | 0.79 | 0.37 |
| Hex | 1B | A9 | 14 | 54 | 0 | 58 | 22 | 75 | 4F | 25 |
| Octal | 33 | 251 | 24 | 124 | 0 | 130 | 42 | 165 | 117 | 45 |
| Binary | 11011 | 10101001 | 10100 | 1010100 | 0 | 1011000 | 100010 | 1110101 | 1001111 | 100101 |
Color Harmonies of #1BA914
Complementary color
Monochromatic Colors of #1BA914
Black with #1BA914
Text Example
Text Example
White with #1BA914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA914; }
p { color: rgb(27,169,20); }
H1.HeaderClassName
{
color: #1BA914;
}
.AnyTagClassName
{
color: #1BA914;
}
</style>
background-color css
<style>
a { background-color: #1BA914; }
a { background-color: rgb(27,169,20); }
div.DivClassName
{
background-color: #1BA914;
}
.BgClassName
{
background-color: #1BA914;
}
</style>
border-color css
<style>
span { border-color: #1BA914; }
span { border-color: rgb(27,169,20); }
td.TdClassName
{
border-color: #1BA914;
}
.TagClassName
{
border-color: #1BA914;
}
</style>