Shades of Pigment Green #02994A
Tints of Pigment Green #02994A
RGB
CMYK
RGB Variations
Color information
#02994A (or 0x02994A) is known color: Pigment Green. HEX triplet: 02, 99 and 4A. RGB value is (2,153,74). Sum of RGB (Red+Green+Blue) = 2+153+74=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 153 (60.16% from 255 or 66.81% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 153 - color contains mainly: green. Hex color #02994A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02994A is #FD66B5. Grayscale: #636363. Windows color (decimal): -16606902 or 4888834. OLE color: 4888834.
HSL color Cylindrical-coordinate representation of color #02994A: hue angle of 148.61º 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 #02994A is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 153 | 74 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.4 |
| HSL | 148.61º | 0.97% | 0.3% | - |
| HSV(B) | 148.61º | 0.99% | 0.6% | - |
| XYZ | 12.65 | 23.29 | 10.31 | - |
| YUV | 98.85 | 113.97 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 74 | 0.99 | 0 | 0.52 | 0.4 | 148.61 | 0.97 | 0.3 |
| Hex | 2 | 99 | 4A | 63 | 0 | 34 | 28 | 95 | 61 | 1E |
| Octal | 2 | 231 | 112 | 143 | 0 | 64 | 50 | 225 | 141 | 36 |
| Binary | 10 | 10011001 | 1001010 | 1100011 | 0 | 110100 | 101000 | 10010101 | 1100001 | 11110 |
Color Harmonies of #02994A
Complementary color
Monochromatic Colors of #02994A
Black with #02994A
Text Example
Text Example
White with #02994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02994A; }
p { color: rgb(2,153,74); }
H1.HeaderClassName
{
color: #02994A;
}
.AnyTagClassName
{
color: #02994A;
}
</style>
background-color css
<style>
a { background-color: #02994A; }
a { background-color: rgb(2,153,74); }
div.DivClassName
{
background-color: #02994A;
}
.BgClassName
{
background-color: #02994A;
}
</style>
border-color css
<style>
span { border-color: #02994A; }
span { border-color: rgb(2,153,74); }
td.TdClassName
{
border-color: #02994A;
}
.TagClassName
{
border-color: #02994A;
}
</style>