Shades of Pigment Green #02A541
Tints of Pigment Green #02A541
RGB
CMYK
RGB Variations
Color information
#02A541 (or 0x02A541) is known color: Pigment Green. HEX triplet: 02, A5 and 41. RGB value is (2,165,65). Sum of RGB (Red+Green+Blue) = 2+165+65=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 165 (64.84% from 255 or 71.12% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 165 - color contains mainly: green. Hex color #02A541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A541 is #FD5ABE. Grayscale: #696969. Windows color (decimal): -16603839 or 4302082. OLE color: 4302082.
HSL color Cylindrical-coordinate representation of color #02A541: hue angle of 143.19º 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 #02A541 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 165 | 65 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.35 |
| HSL | 143.19º | 0.98% | 0.33% | - |
| HSV(B) | 143.19º | 0.99% | 0.65% | - |
| XYZ | 14.43 | 27.3 | 9.51 | - |
| YUV | 104.86 | 105.5 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 165 | 65 | 0.99 | 0 | 0.61 | 0.35 | 143.19 | 0.98 | 0.33 |
| Hex | 2 | A5 | 41 | 63 | 0 | 3D | 23 | 8F | 62 | 21 |
| Octal | 2 | 245 | 101 | 143 | 0 | 75 | 43 | 217 | 142 | 41 |
| Binary | 10 | 10100101 | 1000001 | 1100011 | 0 | 111101 | 100011 | 10001111 | 1100010 | 100001 |
Color Harmonies of #02A541
Complementary color
Monochromatic Colors of #02A541
Black with #02A541
Text Example
Text Example
White with #02A541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A541; }
p { color: rgb(2,165,65); }
H1.HeaderClassName
{
color: #02A541;
}
.AnyTagClassName
{
color: #02A541;
}
</style>
background-color css
<style>
a { background-color: #02A541; }
a { background-color: rgb(2,165,65); }
div.DivClassName
{
background-color: #02A541;
}
.BgClassName
{
background-color: #02A541;
}
</style>
border-color css
<style>
span { border-color: #02A541; }
span { border-color: rgb(2,165,65); }
td.TdClassName
{
border-color: #02A541;
}
.TagClassName
{
border-color: #02A541;
}
</style>