Shades of Pigment Green #02994C
Tints of Pigment Green #02994C
RGB
CMYK
RGB Variations
Color information
#02994C (or 0x02994C) is known color: Pigment Green. HEX triplet: 02, 99 and 4C. RGB value is (2,153,76). Sum of RGB (Red+Green+Blue) = 2+153+76=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 153 (60.16% from 255 or 66.23% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 153 - color contains mainly: green. Hex color #02994C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02994C is #FD66B3. Grayscale: #636363. Windows color (decimal): -16606900 or 5019906. OLE color: 5019906.
HSL color Cylindrical-coordinate representation of color #02994C: hue angle of 149.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 #02994C is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 153 | 76 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.4 |
| HSL | 149.4º | 0.97% | 0.3% | - |
| HSV(B) | 149.4º | 0.99% | 0.6% | - |
| XYZ | 12.72 | 23.32 | 10.67 | - |
| YUV | 99.07 | 114.97 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 76 | 0.99 | 0 | 0.50 | 0.4 | 149.4 | 0.97 | 0.3 |
| Hex | 2 | 99 | 4C | 63 | 0 | 32 | 28 | 95 | 61 | 1E |
| Octal | 2 | 231 | 114 | 143 | 0 | 62 | 50 | 225 | 141 | 36 |
| Binary | 10 | 10011001 | 1001100 | 1100011 | 0 | 110010 | 101000 | 10010101 | 1100001 | 11110 |
Color Harmonies of #02994C
Complementary color
Monochromatic Colors of #02994C
Black with #02994C
Text Example
Text Example
White with #02994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02994C; }
p { color: rgb(2,153,76); }
H1.HeaderClassName
{
color: #02994C;
}
.AnyTagClassName
{
color: #02994C;
}
</style>
background-color css
<style>
a { background-color: #02994C; }
a { background-color: rgb(2,153,76); }
div.DivClassName
{
background-color: #02994C;
}
.BgClassName
{
background-color: #02994C;
}
</style>
border-color css
<style>
span { border-color: #02994C; }
span { border-color: rgb(2,153,76); }
td.TdClassName
{
border-color: #02994C;
}
.TagClassName
{
border-color: #02994C;
}
</style>