Shades of Pigment Green #02A752
Tints of Pigment Green #02A752
RGB
CMYK
RGB Variations
Color information
#02A752 (or 0x02A752) is known color: Pigment Green. HEX triplet: 02, A7 and 52. RGB value is (2,167,82). Sum of RGB (Red+Green+Blue) = 2+167+82=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 167 (65.62% from 255 or 66.53% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 167 - color contains mainly: green. Hex color #02A752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02A752 is #FD58AD. Grayscale: #6C6C6C. Windows color (decimal): -16603310 or 5416706. OLE color: 5416706.
HSL color Cylindrical-coordinate representation of color #02A752: hue angle of 149.09º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A752 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 167 | 82 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.35 |
| HSL | 149.09º | 0.98% | 0.33% | - |
| HSV(B) | 149.09º | 0.99% | 0.65% | - |
| XYZ | 15.37 | 28.26 | 12.63 | - |
| YUV | 107.98 | 113.34 | 52.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 167 | 82 | 0.99 | 0 | 0.51 | 0.35 | 149.09 | 0.98 | 0.33 |
| Hex | 2 | A7 | 52 | 63 | 0 | 33 | 23 | 95 | 62 | 21 |
| Octal | 2 | 247 | 122 | 143 | 0 | 63 | 43 | 225 | 142 | 41 |
| Binary | 10 | 10100111 | 1010010 | 1100011 | 0 | 110011 | 100011 | 10010101 | 1100010 | 100001 |
Color Harmonies of #02A752
Complementary color
Monochromatic Colors of #02A752
Black with #02A752
Text Example
Text Example
White with #02A752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A752; }
p { color: rgb(2,167,82); }
H1.HeaderClassName
{
color: #02A752;
}
.AnyTagClassName
{
color: #02A752;
}
</style>
background-color css
<style>
a { background-color: #02A752; }
a { background-color: rgb(2,167,82); }
div.DivClassName
{
background-color: #02A752;
}
.BgClassName
{
background-color: #02A752;
}
</style>
border-color css
<style>
span { border-color: #02A752; }
span { border-color: rgb(2,167,82); }
td.TdClassName
{
border-color: #02A752;
}
.TagClassName
{
border-color: #02A752;
}
</style>