Shades of Dark Pastel Green #02C92E
Tints of Dark Pastel Green #02C92E
RGB
CMYK
RGB Variations
Color information
#02C92E (or 0x02C92E) is known color: Dark Pastel Green. HEX triplet: 02, C9 and 2E. RGB value is (2,201,46). Sum of RGB (Red+Green+Blue) = 2+201+46=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 201 (78.91% from 255 or 80.72% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 201 - color contains mainly: green. Hex color #02C92E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C92E is #FD36D1. Grayscale: #7C7C7C. Windows color (decimal): -16594642 or 3066114. OLE color: 3066114.
HSL color Cylindrical-coordinate representation of color #02C92E: hue angle of 133.27º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C92E is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 46 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.21 |
| HSL | 133.27º | 0.98% | 0.4% | - |
| HSV(B) | 133.27º | 0.99% | 0.79% | - |
| XYZ | 21.4 | 41.98 | 9.56 | - |
| YUV | 123.83 | 84.07 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 46 | 0.99 | 0 | 0.77 | 0.21 | 133.27 | 0.98 | 0.4 |
| Hex | 2 | C9 | 2E | 63 | 0 | 4D | 15 | 85 | 62 | 28 |
| Octal | 2 | 311 | 56 | 143 | 0 | 115 | 25 | 205 | 142 | 50 |
| Binary | 10 | 11001001 | 101110 | 1100011 | 0 | 1001101 | 10101 | 10000101 | 1100010 | 101000 |
Color Harmonies of #02C92E
Complementary color
Monochromatic Colors of #02C92E
Black with #02C92E
Text Example
Text Example
White with #02C92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C92E; }
p { color: rgb(2,201,46); }
H1.HeaderClassName
{
color: #02C92E;
}
.AnyTagClassName
{
color: #02C92E;
}
</style>
background-color css
<style>
a { background-color: #02C92E; }
a { background-color: rgb(2,201,46); }
div.DivClassName
{
background-color: #02C92E;
}
.BgClassName
{
background-color: #02C92E;
}
</style>
border-color css
<style>
span { border-color: #02C92E; }
span { border-color: rgb(2,201,46); }
td.TdClassName
{
border-color: #02C92E;
}
.TagClassName
{
border-color: #02C92E;
}
</style>