Shades of Pigment Green #1BAB51
Tints of Pigment Green #1BAB51
RGB
CMYK
RGB Variations
Color information
#1BAB51 (or 0x1BAB51) is known color: Pigment Green. HEX triplet: 1B, AB and 51. RGB value is (27,171,81). Sum of RGB (Red+Green+Blue) = 27+171+81=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAB51 is #E454AE. Grayscale: #757575. Windows color (decimal): -14963887 or 5352219. OLE color: 5352219.
HSL color Cylindrical-coordinate representation of color #1BAB51: hue angle of 142.5º 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 #1BAB51 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 81 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.33 |
| HSL | 142.5º | 0.73% | 0.39% | - |
| HSV(B) | 142.5º | 0.84% | 0.67% | - |
| XYZ | 16.5 | 29.95 | 12.7 | - |
| YUV | 117.68 | 107.29 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 81 | 0.84 | 0 | 0.53 | 0.33 | 142.5 | 0.73 | 0.39 |
| Hex | 1B | AB | 51 | 54 | 0 | 35 | 21 | 8E | 49 | 27 |
| Octal | 33 | 253 | 121 | 124 | 0 | 65 | 41 | 216 | 111 | 47 |
| Binary | 11011 | 10101011 | 1010001 | 1010100 | 0 | 110101 | 100001 | 10001110 | 1001001 | 100111 |
Color Harmonies of #1BAB51
Complementary color
Monochromatic Colors of #1BAB51
Black with #1BAB51
Text Example
Text Example
White with #1BAB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB51; }
p { color: rgb(27,171,81); }
H1.HeaderClassName
{
color: #1BAB51;
}
.AnyTagClassName
{
color: #1BAB51;
}
</style>
background-color css
<style>
a { background-color: #1BAB51; }
a { background-color: rgb(27,171,81); }
div.DivClassName
{
background-color: #1BAB51;
}
.BgClassName
{
background-color: #1BAB51;
}
</style>
border-color css
<style>
span { border-color: #1BAB51; }
span { border-color: rgb(27,171,81); }
td.TdClassName
{
border-color: #1BAB51;
}
.TagClassName
{
border-color: #1BAB51;
}
</style>