Shades of Forest Green #1BA81F
Tints of Forest Green #1BA81F
RGB
CMYK
RGB Variations
Color information
#1BA81F (or 0x1BA81F) is known color: Forest Green. HEX triplet: 1B, A8 and 1F. RGB value is (27,168,31). Sum of RGB (Red+Green+Blue) = 27+168+31=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 168 (66.02% from 255 or 74.34% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 168 - color contains mainly: green. Hex color #1BA81F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA81F is #E457E0. Grayscale: #6E6E6E. Windows color (decimal): -14964705 or 2074651. OLE color: 2074651.
HSL color Cylindrical-coordinate representation of color #1BA81F: hue angle of 121.7º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA81F is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 27 | 168 | 31 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.34 |
| HSL | 121.7º | 0.72% | 0.38% | - |
| HSV(B) | 121.7º | 0.84% | 0.66% | - |
| XYZ | 14.7 | 28.34 | 5.99 | - |
| YUV | 110.22 | 83.29 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 168 | 31 | 0.84 | 0 | 0.82 | 0.34 | 121.7 | 0.72 | 0.38 |
| Hex | 1B | A8 | 1F | 54 | 0 | 52 | 22 | 7A | 48 | 26 |
| Octal | 33 | 250 | 37 | 124 | 0 | 122 | 42 | 172 | 110 | 46 |
| Binary | 11011 | 10101000 | 11111 | 1010100 | 0 | 1010010 | 100010 | 1111010 | 1001000 | 100110 |
Color Harmonies of #1BA81F
Complementary color
Monochromatic Colors of #1BA81F
Black with #1BA81F
Text Example
Text Example
White with #1BA81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA81F; }
p { color: rgb(27,168,31); }
H1.HeaderClassName
{
color: #1BA81F;
}
.AnyTagClassName
{
color: #1BA81F;
}
</style>
background-color css
<style>
a { background-color: #1BA81F; }
a { background-color: rgb(27,168,31); }
div.DivClassName
{
background-color: #1BA81F;
}
.BgClassName
{
background-color: #1BA81F;
}
</style>
border-color css
<style>
span { border-color: #1BA81F; }
span { border-color: rgb(27,168,31); }
td.TdClassName
{
border-color: #1BA81F;
}
.TagClassName
{
border-color: #1BA81F;
}
</style>