Shades of Dark Pastel Green #02C329
Tints of Dark Pastel Green #02C329
RGB
CMYK
RGB Variations
Color information
#02C329 (or 0x02C329) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 29. RGB value is (2,195,41). Sum of RGB (Red+Green+Blue) = 2+195+41=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 195 (76.56% from 255 or 81.93% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 195 - color contains mainly: green. Hex color #02C329 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C329 is #FD3CD6. Grayscale: #787878. Windows color (decimal): -16596183 or 2736898. OLE color: 2736898.
HSL color Cylindrical-coordinate representation of color #02C329: hue angle of 132.12º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C329 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 41 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.24 |
| HSL | 132.12º | 0.98% | 0.39% | - |
| HSV(B) | 132.12º | 0.99% | 0.76% | - |
| XYZ | 19.94 | 39.2 | 8.61 | - |
| YUV | 119.74 | 83.56 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 41 | 0.99 | 0 | 0.79 | 0.24 | 132.12 | 0.98 | 0.39 |
| Hex | 2 | C3 | 29 | 63 | 0 | 4F | 18 | 84 | 62 | 27 |
| Octal | 2 | 303 | 51 | 143 | 0 | 117 | 30 | 204 | 142 | 47 |
| Binary | 10 | 11000011 | 101001 | 1100011 | 0 | 1001111 | 11000 | 10000100 | 1100010 | 100111 |
Color Harmonies of #02C329
Complementary color
Monochromatic Colors of #02C329
Black with #02C329
Text Example
Text Example
White with #02C329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C329; }
p { color: rgb(2,195,41); }
H1.HeaderClassName
{
color: #02C329;
}
.AnyTagClassName
{
color: #02C329;
}
</style>
background-color css
<style>
a { background-color: #02C329; }
a { background-color: rgb(2,195,41); }
div.DivClassName
{
background-color: #02C329;
}
.BgClassName
{
background-color: #02C329;
}
</style>
border-color css
<style>
span { border-color: #02C329; }
span { border-color: rgb(2,195,41); }
td.TdClassName
{
border-color: #02C329;
}
.TagClassName
{
border-color: #02C329;
}
</style>