Shades of Pigment Green #02983C
Tints of Pigment Green #02983C
RGB
CMYK
RGB Variations
Color information
#02983C (or 0x02983C) is known color: Pigment Green. HEX triplet: 02, 98 and 3C. RGB value is (2,152,60). Sum of RGB (Red+Green+Blue) = 2+152+60=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 152 (59.77% from 255 or 71.03% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 152 - color contains mainly: green. Hex color #02983C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02983C is #FD67C3. Grayscale: #606060. Windows color (decimal): -16607172 or 3971074. OLE color: 3971074.
HSL color Cylindrical-coordinate representation of color #02983C: hue angle of 143.2º 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 #02983C is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 152 | 60 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.40 |
| HSL | 143.2º | 0.97% | 0.3% | - |
| HSV(B) | 143.2º | 0.99% | 0.6% | - |
| XYZ | 12.07 | 22.8 | 8.04 | - |
| YUV | 96.66 | 107.31 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 152 | 60 | 0.99 | 0 | 0.61 | 0.40 | 143.2 | 0.97 | 0.3 |
| Hex | 2 | 98 | 3C | 63 | 0 | 3D | 28 | 8F | 61 | 1E |
| Octal | 2 | 230 | 74 | 143 | 0 | 75 | 50 | 217 | 141 | 36 |
| Binary | 10 | 10011000 | 111100 | 1100011 | 0 | 111101 | 101000 | 10001111 | 1100001 | 11110 |
Color Harmonies of #02983C
Complementary color
Monochromatic Colors of #02983C
Black with #02983C
Text Example
Text Example
White with #02983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02983C; }
p { color: rgb(2,152,60); }
H1.HeaderClassName
{
color: #02983C;
}
.AnyTagClassName
{
color: #02983C;
}
</style>
background-color css
<style>
a { background-color: #02983C; }
a { background-color: rgb(2,152,60); }
div.DivClassName
{
background-color: #02983C;
}
.BgClassName
{
background-color: #02983C;
}
</style>
border-color css
<style>
span { border-color: #02983C; }
span { border-color: rgb(2,152,60); }
td.TdClassName
{
border-color: #02983C;
}
.TagClassName
{
border-color: #02983C;
}
</style>