Shades of Pigment Green #1BAF5B
Tints of Pigment Green #1BAF5B
RGB
CMYK
RGB Variations
Color information
#1BAF5B (or 0x1BAF5B) is known color: Pigment Green. HEX triplet: 1B, AF and 5B. RGB value is (27,175,91). Sum of RGB (Red+Green+Blue) = 27+175+91=293 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.22% from 293); Green value is 175 (68.75% from 255 or 59.73% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAF5B is #E450A4. Grayscale: #797979. Windows color (decimal): -14962853 or 6008603. OLE color: 6008603.
HSL color Cylindrical-coordinate representation of color #1BAF5B: hue angle of 145.95º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF5B is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 91 | - |
| CMYK | 0.85 | 0 | 0.48 | 0.31 |
| HSL | 145.95º | 0.73% | 0.4% | - |
| HSV(B) | 145.95º | 0.85% | 0.69% | - |
| XYZ | 17.67 | 31.65 | 15.07 | - |
| YUV | 121.17 | 110.97 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 91 | 0.85 | 0 | 0.48 | 0.31 | 145.95 | 0.73 | 0.4 |
| Hex | 1B | AF | 5B | 55 | 0 | 30 | 1F | 92 | 49 | 28 |
| Octal | 33 | 257 | 133 | 125 | 0 | 60 | 37 | 222 | 111 | 50 |
| Binary | 11011 | 10101111 | 1011011 | 1010101 | 0 | 110000 | 11111 | 10010010 | 1001001 | 101000 |
Color Harmonies of #1BAF5B
Complementary color
Monochromatic Colors of #1BAF5B
Black with #1BAF5B
Text Example
Text Example
White with #1BAF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF5B; }
p { color: rgb(27,175,91); }
H1.HeaderClassName
{
color: #1BAF5B;
}
.AnyTagClassName
{
color: #1BAF5B;
}
</style>
background-color css
<style>
a { background-color: #1BAF5B; }
a { background-color: rgb(27,175,91); }
div.DivClassName
{
background-color: #1BAF5B;
}
.BgClassName
{
background-color: #1BAF5B;
}
</style>
border-color css
<style>
span { border-color: #1BAF5B; }
span { border-color: rgb(27,175,91); }
td.TdClassName
{
border-color: #1BAF5B;
}
.TagClassName
{
border-color: #1BAF5B;
}
</style>