Shades of Pigment Green #02963A
Tints of Pigment Green #02963A
RGB
CMYK
RGB Variations
Color information
#02963A (or 0x02963A) is known color: Pigment Green. HEX triplet: 02, 96 and 3A. RGB value is (2,150,58). Sum of RGB (Red+Green+Blue) = 2+150+58=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 150 (58.98% from 255 or 71.43% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 150 - color contains mainly: green. Hex color #02963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02963A is #FD69C5. Grayscale: #5F5F5F. Windows color (decimal): -16607686 or 3839490. OLE color: 3839490.
HSL color Cylindrical-coordinate representation of color #02963A: hue angle of 142.7º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02963A is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 150 | 58 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.41 |
| HSL | 142.7º | 0.97% | 0.3% | - |
| HSV(B) | 142.7º | 0.99% | 0.59% | - |
| XYZ | 11.7 | 22.13 | 7.66 | - |
| YUV | 95.26 | 106.97 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 150 | 58 | 0.99 | 0 | 0.61 | 0.41 | 142.7 | 0.97 | 0.3 |
| Hex | 2 | 96 | 3A | 63 | 0 | 3D | 29 | 8F | 61 | 1E |
| Octal | 2 | 226 | 72 | 143 | 0 | 75 | 51 | 217 | 141 | 36 |
| Binary | 10 | 10010110 | 111010 | 1100011 | 0 | 111101 | 101001 | 10001111 | 1100001 | 11110 |
Color Harmonies of #02963A
Complementary color
Monochromatic Colors of #02963A
Black with #02963A
Text Example
Text Example
White with #02963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02963A; }
p { color: rgb(2,150,58); }
H1.HeaderClassName
{
color: #02963A;
}
.AnyTagClassName
{
color: #02963A;
}
</style>
background-color css
<style>
a { background-color: #02963A; }
a { background-color: rgb(2,150,58); }
div.DivClassName
{
background-color: #02963A;
}
.BgClassName
{
background-color: #02963A;
}
</style>
border-color css
<style>
span { border-color: #02963A; }
span { border-color: rgb(2,150,58); }
td.TdClassName
{
border-color: #02963A;
}
.TagClassName
{
border-color: #02963A;
}
</style>