Shades of Pigment Green #1BB255
Tints of Pigment Green #1BB255
RGB
CMYK
RGB Variations
Color information
#1BB255 (or 0x1BB255) is known color: Pigment Green. HEX triplet: 1B, B2 and 55. RGB value is (27,178,85). Sum of RGB (Red+Green+Blue) = 27+178+85=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 178 (69.92% from 255 or 61.38% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 178 - color contains mainly: green. Hex color #1BB255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BB255 is #E44DAA. Grayscale: #7A7A7A. Windows color (decimal): -14962091 or 5616155. OLE color: 5616155.
HSL color Cylindrical-coordinate representation of color #1BB255: hue angle of 143.05º 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 #1BB255 is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 27 | 178 | 85 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.30 |
| HSL | 143.05º | 0.74% | 0.4% | - |
| HSV(B) | 143.05º | 0.85% | 0.7% | - |
| XYZ | 18.01 | 32.73 | 13.96 | - |
| YUV | 122.25 | 106.97 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 178 | 85 | 0.85 | 0 | 0.52 | 0.30 | 143.05 | 0.74 | 0.4 |
| Hex | 1B | B2 | 55 | 55 | 0 | 34 | 1E | 8F | 4A | 28 |
| Octal | 33 | 262 | 125 | 125 | 0 | 64 | 36 | 217 | 112 | 50 |
| Binary | 11011 | 10110010 | 1010101 | 1010101 | 0 | 110100 | 11110 | 10001111 | 1001010 | 101000 |
Color Harmonies of #1BB255
Complementary color
Monochromatic Colors of #1BB255
Black with #1BB255
Text Example
Text Example
White with #1BB255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB255; }
p { color: rgb(27,178,85); }
H1.HeaderClassName
{
color: #1BB255;
}
.AnyTagClassName
{
color: #1BB255;
}
</style>
background-color css
<style>
a { background-color: #1BB255; }
a { background-color: rgb(27,178,85); }
div.DivClassName
{
background-color: #1BB255;
}
.BgClassName
{
background-color: #1BB255;
}
</style>
border-color css
<style>
span { border-color: #1BB255; }
span { border-color: rgb(27,178,85); }
td.TdClassName
{
border-color: #1BB255;
}
.TagClassName
{
border-color: #1BB255;
}
</style>