Shades of Pigment Green #02992C
Tints of Pigment Green #02992C
RGB
CMYK
RGB Variations
Color information
#02992C (or 0x02992C) is known color: Pigment Green. HEX triplet: 02, 99 and 2C. RGB value is (2,153,44). Sum of RGB (Red+Green+Blue) = 2+153+44=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 153 (60.16% from 255 or 76.88% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 153 - color contains mainly: green. Hex color #02992C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02992C is #FD66D3. Grayscale: #5F5F5F. Windows color (decimal): -16606932 or 2922754. OLE color: 2922754.
HSL color Cylindrical-coordinate representation of color #02992C: hue angle of 136.69º 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 #02992C is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 153 | 44 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.4 |
| HSL | 136.69º | 0.97% | 0.3% | - |
| HSV(B) | 136.69º | 0.99% | 0.6% | - |
| XYZ | 11.87 | 22.98 | 6.19 | - |
| YUV | 95.43 | 98.97 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 44 | 0.99 | 0 | 0.71 | 0.4 | 136.69 | 0.97 | 0.3 |
| Hex | 2 | 99 | 2C | 63 | 0 | 47 | 28 | 89 | 61 | 1E |
| Octal | 2 | 231 | 54 | 143 | 0 | 107 | 50 | 211 | 141 | 36 |
| Binary | 10 | 10011001 | 101100 | 1100011 | 0 | 1000111 | 101000 | 10001001 | 1100001 | 11110 |
Color Harmonies of #02992C
Complementary color
Monochromatic Colors of #02992C
Black with #02992C
Text Example
Text Example
White with #02992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02992C; }
p { color: rgb(2,153,44); }
H1.HeaderClassName
{
color: #02992C;
}
.AnyTagClassName
{
color: #02992C;
}
</style>
background-color css
<style>
a { background-color: #02992C; }
a { background-color: rgb(2,153,44); }
div.DivClassName
{
background-color: #02992C;
}
.BgClassName
{
background-color: #02992C;
}
</style>
border-color css
<style>
span { border-color: #02992C; }
span { border-color: rgb(2,153,44); }
td.TdClassName
{
border-color: #02992C;
}
.TagClassName
{
border-color: #02992C;
}
</style>