Shades of Pigment Green #1BA552
Tints of Pigment Green #1BA552
RGB
CMYK
RGB Variations
Color information
#1BA552 (or 0x1BA552) is known color: Pigment Green. HEX triplet: 1B, A5 and 52. RGB value is (27,165,82). Sum of RGB (Red+Green+Blue) = 27+165+82=274 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.85% from 274); Green value is 165 (64.84% from 255 or 60.22% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA552 is #E45AAD. Grayscale: #727272. Windows color (decimal): -14965422 or 5416219. OLE color: 5416219.
HSL color Cylindrical-coordinate representation of color #1BA552: hue angle of 143.91º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA552 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 165 | 82 | - |
| CMYK | 0.84 | 0 | 0.50 | 0.35 |
| HSL | 143.91º | 0.72% | 0.38% | - |
| HSV(B) | 143.91º | 0.84% | 0.65% | - |
| XYZ | 15.43 | 27.75 | 12.53 | - |
| YUV | 114.28 | 109.78 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 165 | 82 | 0.84 | 0 | 0.50 | 0.35 | 143.91 | 0.72 | 0.38 |
| Hex | 1B | A5 | 52 | 54 | 0 | 32 | 23 | 90 | 48 | 26 |
| Octal | 33 | 245 | 122 | 124 | 0 | 62 | 43 | 220 | 110 | 46 |
| Binary | 11011 | 10100101 | 1010010 | 1010100 | 0 | 110010 | 100011 | 10010000 | 1001000 | 100110 |
Color Harmonies of #1BA552
Complementary color
Monochromatic Colors of #1BA552
Black with #1BA552
Text Example
Text Example
White with #1BA552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA552; }
p { color: rgb(27,165,82); }
H1.HeaderClassName
{
color: #1BA552;
}
.AnyTagClassName
{
color: #1BA552;
}
</style>
background-color css
<style>
a { background-color: #1BA552; }
a { background-color: rgb(27,165,82); }
div.DivClassName
{
background-color: #1BA552;
}
.BgClassName
{
background-color: #1BA552;
}
</style>
border-color css
<style>
span { border-color: #1BA552; }
span { border-color: rgb(27,165,82); }
td.TdClassName
{
border-color: #1BA552;
}
.TagClassName
{
border-color: #1BA552;
}
</style>