Shades of Pigment Green #02B85A
Tints of Pigment Green #02B85A
RGB
CMYK
RGB Variations
Color information
#02B85A (or 0x02B85A) is known color: Pigment Green. HEX triplet: 02, B8 and 5A. RGB value is (2,184,90). Sum of RGB (Red+Green+Blue) = 2+184+90=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 184 (72.27% from 255 or 66.67% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 184 - color contains mainly: green. Hex color #02B85A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B85A is #FD47A5. Grayscale: #777777. Windows color (decimal): -16598950 or 5945346. OLE color: 5945346.
HSL color Cylindrical-coordinate representation of color #02B85A: hue angle of 149.01º 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 #02B85A is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 184 | 90 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.28 |
| HSL | 149.01º | 0.98% | 0.36% | - |
| HSV(B) | 149.01º | 0.99% | 0.72% | - |
| XYZ | 19.01 | 35.03 | 15.43 | - |
| YUV | 118.87 | 111.7 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 184 | 90 | 0.99 | 0 | 0.51 | 0.28 | 149.01 | 0.98 | 0.36 |
| Hex | 2 | B8 | 5A | 63 | 0 | 33 | 1C | 95 | 62 | 24 |
| Octal | 2 | 270 | 132 | 143 | 0 | 63 | 34 | 225 | 142 | 44 |
| Binary | 10 | 10111000 | 1011010 | 1100011 | 0 | 110011 | 11100 | 10010101 | 1100010 | 100100 |
Color Harmonies of #02B85A
Complementary color
Monochromatic Colors of #02B85A
Black with #02B85A
Text Example
Text Example
White with #02B85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02B85A; }
p { color: rgb(2,184,90); }
H1.HeaderClassName
{
color: #02B85A;
}
.AnyTagClassName
{
color: #02B85A;
}
</style>
background-color css
<style>
a { background-color: #02B85A; }
a { background-color: rgb(2,184,90); }
div.DivClassName
{
background-color: #02B85A;
}
.BgClassName
{
background-color: #02B85A;
}
</style>
border-color css
<style>
span { border-color: #02B85A; }
span { border-color: rgb(2,184,90); }
td.TdClassName
{
border-color: #02B85A;
}
.TagClassName
{
border-color: #02B85A;
}
</style>