Shades of Pigment Green #02B959
Tints of Pigment Green #02B959
RGB
CMYK
RGB Variations
Color information
#02B959 (or 0x02B959) is known color: Pigment Green. HEX triplet: 02, B9 and 59. RGB value is (2,185,89). Sum of RGB (Red+Green+Blue) = 2+185+89=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 185 (72.66% from 255 or 67.03% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 185 - color contains mainly: green. Hex color #02B959 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B959 is #FD46A6. Grayscale: #777777. Windows color (decimal): -16598695 or 5880066. OLE color: 5880066.
HSL color Cylindrical-coordinate representation of color #02B959: hue angle of 148.52º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B959 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 185 | 89 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.27 |
| HSL | 148.52º | 0.98% | 0.37% | - |
| HSV(B) | 148.52º | 0.99% | 0.73% | - |
| XYZ | 19.18 | 35.43 | 15.28 | - |
| YUV | 119.34 | 110.87 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 185 | 89 | 0.99 | 0 | 0.52 | 0.27 | 148.52 | 0.98 | 0.37 |
| Hex | 2 | B9 | 59 | 63 | 0 | 34 | 1B | 95 | 62 | 25 |
| Octal | 2 | 271 | 131 | 143 | 0 | 64 | 33 | 225 | 142 | 45 |
| Binary | 10 | 10111001 | 1011001 | 1100011 | 0 | 110100 | 11011 | 10010101 | 1100010 | 100101 |
Color Harmonies of #02B959
Complementary color
Monochromatic Colors of #02B959
Black with #02B959
Text Example
Text Example
White with #02B959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B959; }
p { color: rgb(2,185,89); }
H1.HeaderClassName
{
color: #02B959;
}
.AnyTagClassName
{
color: #02B959;
}
</style>
background-color css
<style>
a { background-color: #02B959; }
a { background-color: rgb(2,185,89); }
div.DivClassName
{
background-color: #02B959;
}
.BgClassName
{
background-color: #02B959;
}
</style>
border-color css
<style>
span { border-color: #02B959; }
span { border-color: rgb(2,185,89); }
td.TdClassName
{
border-color: #02B959;
}
.TagClassName
{
border-color: #02B959;
}
</style>