Shades of Pigment Green #1BA758
Tints of Pigment Green #1BA758
RGB
CMYK
RGB Variations
Color information
#1BA758 (or 0x1BA758) is known color: Pigment Green. HEX triplet: 1B, A7 and 58. RGB value is (27,167,88). Sum of RGB (Red+Green+Blue) = 27+167+88=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 167 (65.62% from 255 or 59.22% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 167 - color contains mainly: green. Hex color #1BA758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA758 is #E458A7. Grayscale: #747474. Windows color (decimal): -14964904 or 5809947. OLE color: 5809947.
HSL color Cylindrical-coordinate representation of color #1BA758: hue angle of 146.14º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA758 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 167 | 88 | - |
| CMYK | 0.84 | 0 | 0.47 | 0.35 |
| HSL | 146.14º | 0.72% | 0.38% | - |
| HSV(B) | 146.14º | 0.84% | 0.65% | - |
| XYZ | 16.03 | 28.58 | 13.9 | - |
| YUV | 116.13 | 112.12 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 167 | 88 | 0.84 | 0 | 0.47 | 0.35 | 146.14 | 0.72 | 0.38 |
| Hex | 1B | A7 | 58 | 54 | 0 | 2F | 23 | 92 | 48 | 26 |
| Octal | 33 | 247 | 130 | 124 | 0 | 57 | 43 | 222 | 110 | 46 |
| Binary | 11011 | 10100111 | 1011000 | 1010100 | 0 | 101111 | 100011 | 10010010 | 1001000 | 100110 |
Color Harmonies of #1BA758
Complementary color
Monochromatic Colors of #1BA758
Black with #1BA758
Text Example
Text Example
White with #1BA758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA758; }
p { color: rgb(27,167,88); }
H1.HeaderClassName
{
color: #1BA758;
}
.AnyTagClassName
{
color: #1BA758;
}
</style>
background-color css
<style>
a { background-color: #1BA758; }
a { background-color: rgb(27,167,88); }
div.DivClassName
{
background-color: #1BA758;
}
.BgClassName
{
background-color: #1BA758;
}
</style>
border-color css
<style>
span { border-color: #1BA758; }
span { border-color: rgb(27,167,88); }
td.TdClassName
{
border-color: #1BA758;
}
.TagClassName
{
border-color: #1BA758;
}
</style>