Shades of Forest Green #1BA612
Tints of Forest Green #1BA612
RGB
CMYK
RGB Variations
Color information
#1BA612 (or 0x1BA612) is known color: Forest Green. HEX triplet: 1B, A6 and 12. RGB value is (27,166,18). Sum of RGB (Red+Green+Blue) = 27+166+18=211 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.80% from 211); Green value is 166 (65.23% from 255 or 78.67% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA612 is #E459ED. Grayscale: #6C6C6C. Windows color (decimal): -14965230 or 1222171. OLE color: 1222171.
HSL color Cylindrical-coordinate representation of color #1BA612: hue angle of 116.35º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BA612 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 166 | 18 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.35 |
| HSL | 116.35º | 0.8% | 0.36% | - |
| HSV(B) | 116.35º | 0.89% | 0.65% | - |
| XYZ | 14.2 | 27.55 | 5.14 | - |
| YUV | 107.57 | 77.45 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 166 | 18 | 0.84 | 0 | 0.89 | 0.35 | 116.35 | 0.8 | 0.36 |
| Hex | 1B | A6 | 12 | 54 | 0 | 59 | 23 | 74 | 50 | 24 |
| Octal | 33 | 246 | 22 | 124 | 0 | 131 | 43 | 164 | 120 | 44 |
| Binary | 11011 | 10100110 | 10010 | 1010100 | 0 | 1011001 | 100011 | 1110100 | 1010000 | 100100 |
Color Harmonies of #1BA612
Complementary color
Monochromatic Colors of #1BA612
Black with #1BA612
Text Example
Text Example
White with #1BA612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA612; }
p { color: rgb(27,166,18); }
H1.HeaderClassName
{
color: #1BA612;
}
.AnyTagClassName
{
color: #1BA612;
}
</style>
background-color css
<style>
a { background-color: #1BA612; }
a { background-color: rgb(27,166,18); }
div.DivClassName
{
background-color: #1BA612;
}
.BgClassName
{
background-color: #1BA612;
}
</style>
border-color css
<style>
span { border-color: #1BA612; }
span { border-color: rgb(27,166,18); }
td.TdClassName
{
border-color: #1BA612;
}
.TagClassName
{
border-color: #1BA612;
}
</style>