Shades of Forest Green #1BA62C
Tints of Forest Green #1BA62C
RGB
CMYK
RGB Variations
Color information
#1BA62C (or 0x1BA62C) is known color: Forest Green. HEX triplet: 1B, A6 and 2C. RGB value is (27,166,44). Sum of RGB (Red+Green+Blue) = 27+166+44=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 166 (65.23% from 255 or 70.04% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA62C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BA62C is #E459D3. Grayscale: #6E6E6E. Windows color (decimal): -14965204 or 2926107. OLE color: 2926107.
HSL color Cylindrical-coordinate representation of color #1BA62C: hue angle of 127.34º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA62C is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 166 | 44 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.35 |
| HSL | 127.34º | 0.72% | 0.38% | - |
| HSV(B) | 127.34º | 0.84% | 0.65% | - |
| XYZ | 14.54 | 27.69 | 6.96 | - |
| YUV | 110.53 | 90.45 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 166 | 44 | 0.84 | 0 | 0.73 | 0.35 | 127.34 | 0.72 | 0.38 |
| Hex | 1B | A6 | 2C | 54 | 0 | 49 | 23 | 7F | 48 | 26 |
| Octal | 33 | 246 | 54 | 124 | 0 | 111 | 43 | 177 | 110 | 46 |
| Binary | 11011 | 10100110 | 101100 | 1010100 | 0 | 1001001 | 100011 | 1111111 | 1001000 | 100110 |
Color Harmonies of #1BA62C
Complementary color
Monochromatic Colors of #1BA62C
Black with #1BA62C
Text Example
Text Example
White with #1BA62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA62C; }
p { color: rgb(27,166,44); }
H1.HeaderClassName
{
color: #1BA62C;
}
.AnyTagClassName
{
color: #1BA62C;
}
</style>
background-color css
<style>
a { background-color: #1BA62C; }
a { background-color: rgb(27,166,44); }
div.DivClassName
{
background-color: #1BA62C;
}
.BgClassName
{
background-color: #1BA62C;
}
</style>
border-color css
<style>
span { border-color: #1BA62C; }
span { border-color: rgb(27,166,44); }
td.TdClassName
{
border-color: #1BA62C;
}
.TagClassName
{
border-color: #1BA62C;
}
</style>