Shades of Pigment Green #1BB352
Tints of Pigment Green #1BB352
RGB
CMYK
RGB Variations
Color information
#1BB352 (or 0x1BB352) is known color: Pigment Green. HEX triplet: 1B, B3 and 52. RGB value is (27,179,82). Sum of RGB (Red+Green+Blue) = 27+179+82=288 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.38% from 288); Green value is 179 (70.31% from 255 or 62.15% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 179 - color contains mainly: green. Hex color #1BB352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1BB352 is #E44CAD. Grayscale: #7A7A7A. Windows color (decimal): -14961838 or 5419803. OLE color: 5419803.
HSL color Cylindrical-coordinate representation of color #1BB352: hue angle of 141.71º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB352 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 179 | 82 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.30 |
| HSL | 141.71º | 0.74% | 0.4% | - |
| HSV(B) | 141.71º | 0.85% | 0.7% | - |
| XYZ | 18.1 | 33.08 | 13.41 | - |
| YUV | 122.49 | 105.14 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 179 | 82 | 0.85 | 0 | 0.54 | 0.30 | 141.71 | 0.74 | 0.4 |
| Hex | 1B | B3 | 52 | 55 | 0 | 36 | 1E | 8E | 4A | 28 |
| Octal | 33 | 263 | 122 | 125 | 0 | 66 | 36 | 216 | 112 | 50 |
| Binary | 11011 | 10110011 | 1010010 | 1010101 | 0 | 110110 | 11110 | 10001110 | 1001010 | 101000 |
Color Harmonies of #1BB352
Complementary color
Monochromatic Colors of #1BB352
Black with #1BB352
Text Example
Text Example
White with #1BB352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB352; }
p { color: rgb(27,179,82); }
H1.HeaderClassName
{
color: #1BB352;
}
.AnyTagClassName
{
color: #1BB352;
}
</style>
background-color css
<style>
a { background-color: #1BB352; }
a { background-color: rgb(27,179,82); }
div.DivClassName
{
background-color: #1BB352;
}
.BgClassName
{
background-color: #1BB352;
}
</style>
border-color css
<style>
span { border-color: #1BB352; }
span { border-color: rgb(27,179,82); }
td.TdClassName
{
border-color: #1BB352;
}
.TagClassName
{
border-color: #1BB352;
}
</style>