Shades of Dark Pastel Green #02C92A
Tints of Dark Pastel Green #02C92A
RGB
CMYK
RGB Variations
Color information
#02C92A (or 0x02C92A) is known color: Dark Pastel Green. HEX triplet: 02, C9 and 2A. RGB value is (2,201,42). Sum of RGB (Red+Green+Blue) = 2+201+42=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 201 (78.91% from 255 or 82.04% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 201 - color contains mainly: green. Hex color #02C92A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C92A is #FD36D5. Grayscale: #7B7B7B. Windows color (decimal): -16594646 or 2803970. OLE color: 2803970.
HSL color Cylindrical-coordinate representation of color #02C92A: hue angle of 132.06º 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 #02C92A is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 42 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.21 |
| HSL | 132.06º | 0.98% | 0.4% | - |
| HSV(B) | 132.06º | 0.99% | 0.79% | - |
| XYZ | 21.33 | 41.95 | 9.16 | - |
| YUV | 123.37 | 82.07 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 42 | 0.99 | 0 | 0.79 | 0.21 | 132.06 | 0.98 | 0.4 |
| Hex | 2 | C9 | 2A | 63 | 0 | 4F | 15 | 84 | 62 | 28 |
| Octal | 2 | 311 | 52 | 143 | 0 | 117 | 25 | 204 | 142 | 50 |
| Binary | 10 | 11001001 | 101010 | 1100011 | 0 | 1001111 | 10101 | 10000100 | 1100010 | 101000 |
Color Harmonies of #02C92A
Complementary color
Monochromatic Colors of #02C92A
Black with #02C92A
Text Example
Text Example
White with #02C92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C92A; }
p { color: rgb(2,201,42); }
H1.HeaderClassName
{
color: #02C92A;
}
.AnyTagClassName
{
color: #02C92A;
}
</style>
background-color css
<style>
a { background-color: #02C92A; }
a { background-color: rgb(2,201,42); }
div.DivClassName
{
background-color: #02C92A;
}
.BgClassName
{
background-color: #02C92A;
}
</style>
border-color css
<style>
span { border-color: #02C92A; }
span { border-color: rgb(2,201,42); }
td.TdClassName
{
border-color: #02C92A;
}
.TagClassName
{
border-color: #02C92A;
}
</style>