Shades of Pigment Green #02B859
Tints of Pigment Green #02B859
RGB
CMYK
RGB Variations
Color information
#02B859 (or 0x02B859) is known color: Pigment Green. HEX triplet: 02, B8 and 59. RGB value is (2,184,89). Sum of RGB (Red+Green+Blue) = 2+184+89=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 184 (72.27% from 255 or 66.91% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 184 - color contains mainly: green. Hex color #02B859 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B859 is #FD47A6. Grayscale: #767676. Windows color (decimal): -16598951 or 5879810. OLE color: 5879810.
HSL color Cylindrical-coordinate representation of color #02B859: hue angle of 148.68º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B859 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 184 | 89 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.28 |
| HSL | 148.68º | 0.98% | 0.36% | - |
| HSV(B) | 148.68º | 0.99% | 0.72% | - |
| XYZ | 18.97 | 35.02 | 15.21 | - |
| YUV | 118.75 | 111.2 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 184 | 89 | 0.99 | 0 | 0.52 | 0.28 | 148.68 | 0.98 | 0.36 |
| Hex | 2 | B8 | 59 | 63 | 0 | 34 | 1C | 95 | 62 | 24 |
| Octal | 2 | 270 | 131 | 143 | 0 | 64 | 34 | 225 | 142 | 44 |
| Binary | 10 | 10111000 | 1011001 | 1100011 | 0 | 110100 | 11100 | 10010101 | 1100010 | 100100 |
Color Harmonies of #02B859
Complementary color
Monochromatic Colors of #02B859
Black with #02B859
Text Example
Text Example
White with #02B859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B859; }
p { color: rgb(2,184,89); }
H1.HeaderClassName
{
color: #02B859;
}
.AnyTagClassName
{
color: #02B859;
}
</style>
background-color css
<style>
a { background-color: #02B859; }
a { background-color: rgb(2,184,89); }
div.DivClassName
{
background-color: #02B859;
}
.BgClassName
{
background-color: #02B859;
}
</style>
border-color css
<style>
span { border-color: #02B859; }
span { border-color: rgb(2,184,89); }
td.TdClassName
{
border-color: #02B859;
}
.TagClassName
{
border-color: #02B859;
}
</style>