Shades of Forest Green #1BAB1B
Tints of Forest Green #1BAB1B
RGB
CMYK
RGB Variations
Color information
#1BAB1B (or 0x1BAB1B) is known color: Forest Green. HEX triplet: 1B, AB and 1B. RGB value is (27,171,27). Sum of RGB (Red+Green+Blue) = 27+171+27=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 171 (67.19% from 255 or 76% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAB1B is #E454E4. Grayscale: #6F6F6F. Windows color (decimal): -14963941 or 1813275. OLE color: 1813275.
HSL color Cylindrical-coordinate representation of color #1BAB1B: hue angle of 120º 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 #1BAB1B is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 27 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.33 |
| HSL | 120º | 0.73% | 0.39% | - |
| HSV(B) | 120º | 0.84% | 0.67% | - |
| XYZ | 15.21 | 29.44 | 5.92 | - |
| YUV | 111.53 | 80.29 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 27 | 0.84 | 0 | 0.84 | 0.33 | 120 | 0.73 | 0.39 |
| Hex | 1B | AB | 1B | 54 | 0 | 54 | 21 | 78 | 49 | 27 |
| Octal | 33 | 253 | 33 | 124 | 0 | 124 | 41 | 170 | 111 | 47 |
| Binary | 11011 | 10101011 | 11011 | 1010100 | 0 | 1010100 | 100001 | 1111000 | 1001001 | 100111 |
Color Harmonies of #1BAB1B
Complementary color
Monochromatic Colors of #1BAB1B
Black with #1BAB1B
Text Example
Text Example
White with #1BAB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB1B; }
p { color: rgb(27,171,27); }
H1.HeaderClassName
{
color: #1BAB1B;
}
.AnyTagClassName
{
color: #1BAB1B;
}
</style>
background-color css
<style>
a { background-color: #1BAB1B; }
a { background-color: rgb(27,171,27); }
div.DivClassName
{
background-color: #1BAB1B;
}
.BgClassName
{
background-color: #1BAB1B;
}
</style>
border-color css
<style>
span { border-color: #1BAB1B; }
span { border-color: rgb(27,171,27); }
td.TdClassName
{
border-color: #1BAB1B;
}
.TagClassName
{
border-color: #1BAB1B;
}
</style>