Shades of Forest Green #1BA119
Tints of Forest Green #1BA119
RGB
CMYK
RGB Variations
Color information
#1BA119 (or 0x1BA119) is known color: Forest Green. HEX triplet: 1B, A1 and 19. RGB value is (27,161,25). Sum of RGB (Red+Green+Blue) = 27+161+25=213 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.68% from 213); Green value is 161 (63.28% from 255 or 75.59% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 161 - color contains mainly: green. Hex color #1BA119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA119 is #E45EE6. Grayscale: #696969. Windows color (decimal): -14966503 or 1679643. OLE color: 1679643.
HSL color Cylindrical-coordinate representation of color #1BA119: hue angle of 119.12º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA119 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 27 | 161 | 25 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.37 |
| HSL | 119.12º | 0.73% | 0.36% | - |
| HSV(B) | 119.12º | 0.84% | 0.63% | - |
| XYZ | 13.37 | 25.79 | 5.19 | - |
| YUV | 105.43 | 82.61 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 161 | 25 | 0.83 | 0 | 0.84 | 0.37 | 119.12 | 0.73 | 0.36 |
| Hex | 1B | A1 | 19 | 53 | 0 | 54 | 25 | 77 | 49 | 24 |
| Octal | 33 | 241 | 31 | 123 | 0 | 124 | 45 | 167 | 111 | 44 |
| Binary | 11011 | 10100001 | 11001 | 1010011 | 0 | 1010100 | 100101 | 1110111 | 1001001 | 100100 |
Color Harmonies of #1BA119
Complementary color
Monochromatic Colors of #1BA119
Black with #1BA119
Text Example
Text Example
White with #1BA119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA119; }
p { color: rgb(27,161,25); }
H1.HeaderClassName
{
color: #1BA119;
}
.AnyTagClassName
{
color: #1BA119;
}
</style>
background-color css
<style>
a { background-color: #1BA119; }
a { background-color: rgb(27,161,25); }
div.DivClassName
{
background-color: #1BA119;
}
.BgClassName
{
background-color: #1BA119;
}
</style>
border-color css
<style>
span { border-color: #1BA119; }
span { border-color: rgb(27,161,25); }
td.TdClassName
{
border-color: #1BA119;
}
.TagClassName
{
border-color: #1BA119;
}
</style>