Shades of Pigment Green #1BAF55
Tints of Pigment Green #1BAF55
RGB
CMYK
RGB Variations
Color information
#1BAF55 (or 0x1BAF55) is known color: Pigment Green. HEX triplet: 1B, AF and 55. RGB value is (27,175,85). Sum of RGB (Red+Green+Blue) = 27+175+85=287 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.41% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAF55 is #E450AA. Grayscale: #787878. Windows color (decimal): -14962859 or 5615387. OLE color: 5615387.
HSL color Cylindrical-coordinate representation of color #1BAF55: hue angle of 143.51º 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 #1BAF55 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 85 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.31 |
| HSL | 143.51º | 0.73% | 0.4% | - |
| HSV(B) | 143.51º | 0.85% | 0.69% | - |
| XYZ | 17.42 | 31.55 | 13.77 | - |
| YUV | 120.49 | 107.97 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 85 | 0.85 | 0 | 0.51 | 0.31 | 143.51 | 0.73 | 0.4 |
| Hex | 1B | AF | 55 | 55 | 0 | 33 | 1F | 90 | 49 | 28 |
| Octal | 33 | 257 | 125 | 125 | 0 | 63 | 37 | 220 | 111 | 50 |
| Binary | 11011 | 10101111 | 1010101 | 1010101 | 0 | 110011 | 11111 | 10010000 | 1001001 | 101000 |
Color Harmonies of #1BAF55
Complementary color
Monochromatic Colors of #1BAF55
Black with #1BAF55
Text Example
Text Example
White with #1BAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF55; }
p { color: rgb(27,175,85); }
H1.HeaderClassName
{
color: #1BAF55;
}
.AnyTagClassName
{
color: #1BAF55;
}
</style>
background-color css
<style>
a { background-color: #1BAF55; }
a { background-color: rgb(27,175,85); }
div.DivClassName
{
background-color: #1BAF55;
}
.BgClassName
{
background-color: #1BAF55;
}
</style>
border-color css
<style>
span { border-color: #1BAF55; }
span { border-color: rgb(27,175,85); }
td.TdClassName
{
border-color: #1BAF55;
}
.TagClassName
{
border-color: #1BAF55;
}
</style>