Shades of Dark Pastel Green #02992B
Tints of Dark Pastel Green #02992B
RGB
CMYK
RGB Variations
Color information
#02992B (or 0x02992B) is known color: Dark Pastel Green. HEX triplet: 02, 99 and 2B. RGB value is (2,153,43). Sum of RGB (Red+Green+Blue) = 2+153+43=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 153 (60.16% from 255 or 77.27% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 153 - color contains mainly: green. Hex color #02992B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02992B is #FD66D4. Grayscale: #5F5F5F. Windows color (decimal): -16606933 or 2857218. OLE color: 2857218.
HSL color Cylindrical-coordinate representation of color #02992B: hue angle of 136.29º 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 #02992B is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 153 | 43 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.4 |
| HSL | 136.29º | 0.97% | 0.3% | - |
| HSV(B) | 136.29º | 0.99% | 0.6% | - |
| XYZ | 11.85 | 22.97 | 6.09 | - |
| YUV | 95.31 | 98.47 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 43 | 0.99 | 0 | 0.72 | 0.4 | 136.29 | 0.97 | 0.3 |
| Hex | 2 | 99 | 2B | 63 | 0 | 48 | 28 | 88 | 61 | 1E |
| Octal | 2 | 231 | 53 | 143 | 0 | 110 | 50 | 210 | 141 | 36 |
| Binary | 10 | 10011001 | 101011 | 1100011 | 0 | 1001000 | 101000 | 10001000 | 1100001 | 11110 |
Color Harmonies of #02992B
Complementary color
Monochromatic Colors of #02992B
Black with #02992B
Text Example
Text Example
White with #02992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02992B; }
p { color: rgb(2,153,43); }
H1.HeaderClassName
{
color: #02992B;
}
.AnyTagClassName
{
color: #02992B;
}
</style>
background-color css
<style>
a { background-color: #02992B; }
a { background-color: rgb(2,153,43); }
div.DivClassName
{
background-color: #02992B;
}
.BgClassName
{
background-color: #02992B;
}
</style>
border-color css
<style>
span { border-color: #02992B; }
span { border-color: rgb(2,153,43); }
td.TdClassName
{
border-color: #02992B;
}
.TagClassName
{
border-color: #02992B;
}
</style>