Shades of Dark Pastel Green #02C229
Tints of Dark Pastel Green #02C229
RGB
CMYK
RGB Variations
Color information
#02C229 (or 0x02C229) is known color: Dark Pastel Green. HEX triplet: 02, C2 and 29. RGB value is (2,194,41). Sum of RGB (Red+Green+Blue) = 2+194+41=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 194 (76.17% from 255 or 81.86% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 194 - color contains mainly: green. Hex color #02C229 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C229 is #FD3DD6. Grayscale: #777777. Windows color (decimal): -16596439 or 2736642. OLE color: 2736642.
HSL color Cylindrical-coordinate representation of color #02C229: hue angle of 132.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C229 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 41 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.24 |
| HSL | 132.19º | 0.98% | 0.38% | - |
| HSV(B) | 132.19º | 0.99% | 0.76% | - |
| XYZ | 19.72 | 38.76 | 8.54 | - |
| YUV | 119.15 | 83.89 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 41 | 0.99 | 0 | 0.79 | 0.24 | 132.19 | 0.98 | 0.38 |
| Hex | 2 | C2 | 29 | 63 | 0 | 4F | 18 | 84 | 62 | 26 |
| Octal | 2 | 302 | 51 | 143 | 0 | 117 | 30 | 204 | 142 | 46 |
| Binary | 10 | 11000010 | 101001 | 1100011 | 0 | 1001111 | 11000 | 10000100 | 1100010 | 100110 |
Color Harmonies of #02C229
Complementary color
Monochromatic Colors of #02C229
Black with #02C229
Text Example
Text Example
White with #02C229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C229; }
p { color: rgb(2,194,41); }
H1.HeaderClassName
{
color: #02C229;
}
.AnyTagClassName
{
color: #02C229;
}
</style>
background-color css
<style>
a { background-color: #02C229; }
a { background-color: rgb(2,194,41); }
div.DivClassName
{
background-color: #02C229;
}
.BgClassName
{
background-color: #02C229;
}
</style>
border-color css
<style>
span { border-color: #02C229; }
span { border-color: rgb(2,194,41); }
td.TdClassName
{
border-color: #02C229;
}
.TagClassName
{
border-color: #02C229;
}
</style>