Shades of Pigment Green #02913A
Tints of Pigment Green #02913A
RGB
CMYK
RGB Variations
Color information
#02913A (or 0x02913A) is known color: Pigment Green. HEX triplet: 02, 91 and 3A. RGB value is (2,145,58). Sum of RGB (Red+Green+Blue) = 2+145+58=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 145 (57.03% from 255 or 70.73% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 145 - color contains mainly: green. Hex color #02913A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02913A is #FD6EC5. Grayscale: #5C5C5C. Windows color (decimal): -16608966 or 3838210. OLE color: 3838210.
HSL color Cylindrical-coordinate representation of color #02913A: hue angle of 143.5º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02913A is Cyan = 0.99, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 145 | 58 | - |
| CMYK | 0.99 | 0 | 0.6 | 0.43 |
| HSL | 143.5º | 0.97% | 0.29% | - |
| HSV(B) | 143.5º | 0.99% | 0.57% | - |
| XYZ | 10.91 | 20.57 | 7.4 | - |
| YUV | 92.33 | 108.62 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 58 | 0.99 | 0 | 0.6 | 0.43 | 143.5 | 0.97 | 0.29 |
| Hex | 2 | 91 | 3A | 63 | 0 | 3C | 2B | 8F | 61 | 1D |
| Octal | 2 | 221 | 72 | 143 | 0 | 74 | 53 | 217 | 141 | 35 |
| Binary | 10 | 10010001 | 111010 | 1100011 | 0 | 111100 | 101011 | 10001111 | 1100001 | 11101 |
Color Harmonies of #02913A
Complementary color
Monochromatic Colors of #02913A
Black with #02913A
Text Example
Text Example
White with #02913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02913A; }
p { color: rgb(2,145,58); }
H1.HeaderClassName
{
color: #02913A;
}
.AnyTagClassName
{
color: #02913A;
}
</style>
background-color css
<style>
a { background-color: #02913A; }
a { background-color: rgb(2,145,58); }
div.DivClassName
{
background-color: #02913A;
}
.BgClassName
{
background-color: #02913A;
}
</style>
border-color css
<style>
span { border-color: #02913A; }
span { border-color: rgb(2,145,58); }
td.TdClassName
{
border-color: #02913A;
}
.TagClassName
{
border-color: #02913A;
}
</style>