Shades of Pigment Green #02983A
Tints of Pigment Green #02983A
RGB
CMYK
RGB Variations
Color information
#02983A (or 0x02983A) is known color: Pigment Green. HEX triplet: 02, 98 and 3A. RGB value is (2,152,58). Sum of RGB (Red+Green+Blue) = 2+152+58=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 152 (59.77% from 255 or 71.70% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 152 - color contains mainly: green. Hex color #02983A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02983A is #FD67C5. Grayscale: #606060. Windows color (decimal): -16607174 or 3840002. OLE color: 3840002.
HSL color Cylindrical-coordinate representation of color #02983A: hue angle of 142.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02983A is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 152 | 58 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.40 |
| HSL | 142.4º | 0.97% | 0.3% | - |
| HSV(B) | 142.4º | 0.99% | 0.6% | - |
| XYZ | 12.02 | 22.77 | 7.77 | - |
| YUV | 96.43 | 106.31 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 152 | 58 | 0.99 | 0 | 0.62 | 0.40 | 142.4 | 0.97 | 0.3 |
| Hex | 2 | 98 | 3A | 63 | 0 | 3E | 28 | 8E | 61 | 1E |
| Octal | 2 | 230 | 72 | 143 | 0 | 76 | 50 | 216 | 141 | 36 |
| Binary | 10 | 10011000 | 111010 | 1100011 | 0 | 111110 | 101000 | 10001110 | 1100001 | 11110 |
Color Harmonies of #02983A
Complementary color
Monochromatic Colors of #02983A
Black with #02983A
Text Example
Text Example
White with #02983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02983A; }
p { color: rgb(2,152,58); }
H1.HeaderClassName
{
color: #02983A;
}
.AnyTagClassName
{
color: #02983A;
}
</style>
background-color css
<style>
a { background-color: #02983A; }
a { background-color: rgb(2,152,58); }
div.DivClassName
{
background-color: #02983A;
}
.BgClassName
{
background-color: #02983A;
}
</style>
border-color css
<style>
span { border-color: #02983A; }
span { border-color: rgb(2,152,58); }
td.TdClassName
{
border-color: #02983A;
}
.TagClassName
{
border-color: #02983A;
}
</style>