Shades of Dark Pastel Green #02C929
Tints of Dark Pastel Green #02C929
RGB
CMYK
RGB Variations
Color information
#02C929 (or 0x02C929) is known color: Dark Pastel Green. HEX triplet: 02, C9 and 29. RGB value is (2,201,41). Sum of RGB (Red+Green+Blue) = 2+201+41=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 201 (78.91% from 255 or 82.38% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 201 - color contains mainly: green. Hex color #02C929 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C929 is #FD36D6. Grayscale: #7B7B7B. Windows color (decimal): -16594647 or 2738434. OLE color: 2738434.
HSL color Cylindrical-coordinate representation of color #02C929: hue angle of 131.76º 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 #02C929 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 41 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.21 |
| HSL | 131.76º | 0.98% | 0.4% | - |
| HSV(B) | 131.76º | 0.99% | 0.79% | - |
| XYZ | 21.31 | 41.95 | 9.07 | - |
| YUV | 123.26 | 81.57 | 41.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 41 | 0.99 | 0 | 0.80 | 0.21 | 131.76 | 0.98 | 0.4 |
| Hex | 2 | C9 | 29 | 63 | 0 | 50 | 15 | 84 | 62 | 28 |
| Octal | 2 | 311 | 51 | 143 | 0 | 120 | 25 | 204 | 142 | 50 |
| Binary | 10 | 11001001 | 101001 | 1100011 | 0 | 1010000 | 10101 | 10000100 | 1100010 | 101000 |
Color Harmonies of #02C929
Complementary color
Monochromatic Colors of #02C929
Black with #02C929
Text Example
Text Example
White with #02C929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C929; }
p { color: rgb(2,201,41); }
H1.HeaderClassName
{
color: #02C929;
}
.AnyTagClassName
{
color: #02C929;
}
</style>
background-color css
<style>
a { background-color: #02C929; }
a { background-color: rgb(2,201,41); }
div.DivClassName
{
background-color: #02C929;
}
.BgClassName
{
background-color: #02C929;
}
</style>
border-color css
<style>
span { border-color: #02C929; }
span { border-color: rgb(2,201,41); }
td.TdClassName
{
border-color: #02C929;
}
.TagClassName
{
border-color: #02C929;
}
</style>