Shades of Pigment Green #1BAB49
Tints of Pigment Green #1BAB49
RGB
CMYK
RGB Variations
Color information
#1BAB49 (or 0x1BAB49) is known color: Pigment Green. HEX triplet: 1B, AB and 49. RGB value is (27,171,73). Sum of RGB (Red+Green+Blue) = 27+171+73=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 171 (67.19% from 255 or 63.10% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1BAB49 is #E454B6. Grayscale: #757575. Windows color (decimal): -14963895 or 4827931. OLE color: 4827931.
HSL color Cylindrical-coordinate representation of color #1BAB49: hue angle of 139.17º 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 #1BAB49 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 73 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.33 |
| HSL | 139.17º | 0.73% | 0.39% | - |
| HSV(B) | 139.17º | 0.84% | 0.67% | - |
| XYZ | 16.22 | 29.84 | 11.21 | - |
| YUV | 116.77 | 103.29 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 73 | 0.84 | 0 | 0.57 | 0.33 | 139.17 | 0.73 | 0.39 |
| Hex | 1B | AB | 49 | 54 | 0 | 39 | 21 | 8B | 49 | 27 |
| Octal | 33 | 253 | 111 | 124 | 0 | 71 | 41 | 213 | 111 | 47 |
| Binary | 11011 | 10101011 | 1001001 | 1010100 | 0 | 111001 | 100001 | 10001011 | 1001001 | 100111 |
Color Harmonies of #1BAB49
Complementary color
Monochromatic Colors of #1BAB49
Black with #1BAB49
Text Example
Text Example
White with #1BAB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB49; }
p { color: rgb(27,171,73); }
H1.HeaderClassName
{
color: #1BAB49;
}
.AnyTagClassName
{
color: #1BAB49;
}
</style>
background-color css
<style>
a { background-color: #1BAB49; }
a { background-color: rgb(27,171,73); }
div.DivClassName
{
background-color: #1BAB49;
}
.BgClassName
{
background-color: #1BAB49;
}
</style>
border-color css
<style>
span { border-color: #1BAB49; }
span { border-color: rgb(27,171,73); }
td.TdClassName
{
border-color: #1BAB49;
}
.TagClassName
{
border-color: #1BAB49;
}
</style>