Shades of Pigment Green #1BA050
Tints of Pigment Green #1BA050
RGB
CMYK
RGB Variations
Color information
#1BA050 (or 0x1BA050) is known color: Pigment Green. HEX triplet: 1B, A0 and 50. RGB value is (27,160,80). Sum of RGB (Red+Green+Blue) = 27+160+80=267 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.11% from 267); Green value is 160 (62.89% from 255 or 59.93% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 160 - color contains mainly: green. Hex color #1BA050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA050 is #E45FAF. Grayscale: #6F6F6F. Windows color (decimal): -14966704 or 5283867. OLE color: 5283867.
HSL color Cylindrical-coordinate representation of color #1BA050: hue angle of 143.91º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA050 is Cyan = 0.83, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 27 | 160 | 80 | - |
| CMYK | 0.83 | 0 | 0.5 | 0.37 |
| HSL | 143.91º | 0.71% | 0.37% | - |
| HSV(B) | 143.91º | 0.83% | 0.63% | - |
| XYZ | 14.47 | 25.95 | 11.84 | - |
| YUV | 111.11 | 110.44 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 160 | 80 | 0.83 | 0 | 0.5 | 0.37 | 143.91 | 0.71 | 0.37 |
| Hex | 1B | A0 | 50 | 53 | 0 | 32 | 25 | 90 | 47 | 25 |
| Octal | 33 | 240 | 120 | 123 | 0 | 62 | 45 | 220 | 107 | 45 |
| Binary | 11011 | 10100000 | 1010000 | 1010011 | 0 | 110010 | 100101 | 10010000 | 1000111 | 100101 |
Color Harmonies of #1BA050
Complementary color
Monochromatic Colors of #1BA050
Black with #1BA050
Text Example
Text Example
White with #1BA050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA050; }
p { color: rgb(27,160,80); }
H1.HeaderClassName
{
color: #1BA050;
}
.AnyTagClassName
{
color: #1BA050;
}
</style>
background-color css
<style>
a { background-color: #1BA050; }
a { background-color: rgb(27,160,80); }
div.DivClassName
{
background-color: #1BA050;
}
.BgClassName
{
background-color: #1BA050;
}
</style>
border-color css
<style>
span { border-color: #1BA050; }
span { border-color: rgb(27,160,80); }
td.TdClassName
{
border-color: #1BA050;
}
.TagClassName
{
border-color: #1BA050;
}
</style>