Shades of Forest Green #1BAB2C
Tints of Forest Green #1BAB2C
RGB
CMYK
RGB Variations
Color information
#1BAB2C (or 0x1BAB2C) is known color: Forest Green. HEX triplet: 1B, AB and 2C. RGB value is (27,171,44). Sum of RGB (Red+Green+Blue) = 27+171+44=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 171 (67.19% from 255 or 70.66% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAB2C is #E454D3. Grayscale: #717171. Windows color (decimal): -14963924 or 2927387. OLE color: 2927387.
HSL color Cylindrical-coordinate representation of color #1BAB2C: hue angle of 127.08º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAB2C is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 44 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.33 |
| HSL | 127.08º | 0.73% | 0.39% | - |
| HSV(B) | 127.08º | 0.84% | 0.67% | - |
| XYZ | 15.47 | 29.54 | 7.27 | - |
| YUV | 113.47 | 88.79 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 44 | 0.84 | 0 | 0.74 | 0.33 | 127.08 | 0.73 | 0.39 |
| Hex | 1B | AB | 2C | 54 | 0 | 4A | 21 | 7F | 49 | 27 |
| Octal | 33 | 253 | 54 | 124 | 0 | 112 | 41 | 177 | 111 | 47 |
| Binary | 11011 | 10101011 | 101100 | 1010100 | 0 | 1001010 | 100001 | 1111111 | 1001001 | 100111 |
Color Harmonies of #1BAB2C
Complementary color
Monochromatic Colors of #1BAB2C
Black with #1BAB2C
Text Example
Text Example
White with #1BAB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB2C; }
p { color: rgb(27,171,44); }
H1.HeaderClassName
{
color: #1BAB2C;
}
.AnyTagClassName
{
color: #1BAB2C;
}
</style>
background-color css
<style>
a { background-color: #1BAB2C; }
a { background-color: rgb(27,171,44); }
div.DivClassName
{
background-color: #1BAB2C;
}
.BgClassName
{
background-color: #1BAB2C;
}
</style>
border-color css
<style>
span { border-color: #1BAB2C; }
span { border-color: rgb(27,171,44); }
td.TdClassName
{
border-color: #1BAB2C;
}
.TagClassName
{
border-color: #1BAB2C;
}
</style>