Shades of Forest Green #1BAB1F
Tints of Forest Green #1BAB1F
RGB
CMYK
RGB Variations
Color information
#1BAB1F (or 0x1BAB1F) is known color: Forest Green. HEX triplet: 1B, AB and 1F. RGB value is (27,171,31). Sum of RGB (Red+Green+Blue) = 27+171+31=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 171 (67.19% from 255 or 74.67% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAB1F is #E454E0. Grayscale: #707070. Windows color (decimal): -14963937 or 2075419. OLE color: 2075419.
HSL color Cylindrical-coordinate representation of color #1BAB1F: hue angle of 121.67º 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 #1BAB1F is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 31 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.33 |
| HSL | 121.67º | 0.73% | 0.39% | - |
| HSV(B) | 121.67º | 0.84% | 0.67% | - |
| XYZ | 15.26 | 29.46 | 6.18 | - |
| YUV | 111.98 | 82.29 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 31 | 0.84 | 0 | 0.82 | 0.33 | 121.67 | 0.73 | 0.39 |
| Hex | 1B | AB | 1F | 54 | 0 | 52 | 21 | 7A | 49 | 27 |
| Octal | 33 | 253 | 37 | 124 | 0 | 122 | 41 | 172 | 111 | 47 |
| Binary | 11011 | 10101011 | 11111 | 1010100 | 0 | 1010010 | 100001 | 1111010 | 1001001 | 100111 |
Color Harmonies of #1BAB1F
Complementary color
Monochromatic Colors of #1BAB1F
Black with #1BAB1F
Text Example
Text Example
White with #1BAB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB1F; }
p { color: rgb(27,171,31); }
H1.HeaderClassName
{
color: #1BAB1F;
}
.AnyTagClassName
{
color: #1BAB1F;
}
</style>
background-color css
<style>
a { background-color: #1BAB1F; }
a { background-color: rgb(27,171,31); }
div.DivClassName
{
background-color: #1BAB1F;
}
.BgClassName
{
background-color: #1BAB1F;
}
</style>
border-color css
<style>
span { border-color: #1BAB1F; }
span { border-color: rgb(27,171,31); }
td.TdClassName
{
border-color: #1BAB1F;
}
.TagClassName
{
border-color: #1BAB1F;
}
</style>