Shades of Pigment Green #1BAF5C
Tints of Pigment Green #1BAF5C
RGB
CMYK
RGB Variations
Color information
#1BAF5C (or 0x1BAF5C) is known color: Pigment Green. HEX triplet: 1B, AF and 5C. RGB value is (27,175,92). Sum of RGB (Red+Green+Blue) = 27+175+92=294 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.18% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAF5C is #E450A3. Grayscale: #797979. Windows color (decimal): -14962852 or 6074139. OLE color: 6074139.
HSL color Cylindrical-coordinate representation of color #1BAF5C: hue angle of 146.35º 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 #1BAF5C is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 92 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.31 |
| HSL | 146.35º | 0.73% | 0.4% | - |
| HSV(B) | 146.35º | 0.85% | 0.69% | - |
| XYZ | 17.71 | 31.67 | 15.3 | - |
| YUV | 121.29 | 111.47 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 92 | 0.85 | 0 | 0.47 | 0.31 | 146.35 | 0.73 | 0.4 |
| Hex | 1B | AF | 5C | 55 | 0 | 2F | 1F | 92 | 49 | 28 |
| Octal | 33 | 257 | 134 | 125 | 0 | 57 | 37 | 222 | 111 | 50 |
| Binary | 11011 | 10101111 | 1011100 | 1010101 | 0 | 101111 | 11111 | 10010010 | 1001001 | 101000 |
Color Harmonies of #1BAF5C
Complementary color
Monochromatic Colors of #1BAF5C
Black with #1BAF5C
Text Example
Text Example
White with #1BAF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF5C; }
p { color: rgb(27,175,92); }
H1.HeaderClassName
{
color: #1BAF5C;
}
.AnyTagClassName
{
color: #1BAF5C;
}
</style>
background-color css
<style>
a { background-color: #1BAF5C; }
a { background-color: rgb(27,175,92); }
div.DivClassName
{
background-color: #1BAF5C;
}
.BgClassName
{
background-color: #1BAF5C;
}
</style>
border-color css
<style>
span { border-color: #1BAF5C; }
span { border-color: rgb(27,175,92); }
td.TdClassName
{
border-color: #1BAF5C;
}
.TagClassName
{
border-color: #1BAF5C;
}
</style>