Shades of Dark Pastel Green #02C328
Tints of Dark Pastel Green #02C328
RGB
CMYK
RGB Variations
Color information
#02C328 (or 0x02C328) is known color: Dark Pastel Green. HEX triplet: 02, C3 and 28. RGB value is (2,195,40). Sum of RGB (Red+Green+Blue) = 2+195+40=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 195 (76.56% from 255 or 82.28% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 195 - color contains mainly: green. Hex color #02C328 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C328 is #FD3CD7. Grayscale: #787878. Windows color (decimal): -16596184 or 2671362. OLE color: 2671362.
HSL color Cylindrical-coordinate representation of color #02C328: hue angle of 131.81º 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 #02C328 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 40 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.24 |
| HSL | 131.81º | 0.98% | 0.39% | - |
| HSV(B) | 131.81º | 0.99% | 0.76% | - |
| XYZ | 19.92 | 39.2 | 8.52 | - |
| YUV | 119.62 | 83.06 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 40 | 0.99 | 0 | 0.79 | 0.24 | 131.81 | 0.98 | 0.39 |
| Hex | 2 | C3 | 28 | 63 | 0 | 4F | 18 | 84 | 62 | 27 |
| Octal | 2 | 303 | 50 | 143 | 0 | 117 | 30 | 204 | 142 | 47 |
| Binary | 10 | 11000011 | 101000 | 1100011 | 0 | 1001111 | 11000 | 10000100 | 1100010 | 100111 |
Color Harmonies of #02C328
Complementary color
Monochromatic Colors of #02C328
Black with #02C328
Text Example
Text Example
White with #02C328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C328; }
p { color: rgb(2,195,40); }
H1.HeaderClassName
{
color: #02C328;
}
.AnyTagClassName
{
color: #02C328;
}
</style>
background-color css
<style>
a { background-color: #02C328; }
a { background-color: rgb(2,195,40); }
div.DivClassName
{
background-color: #02C328;
}
.BgClassName
{
background-color: #02C328;
}
</style>
border-color css
<style>
span { border-color: #02C328; }
span { border-color: rgb(2,195,40); }
td.TdClassName
{
border-color: #02C328;
}
.TagClassName
{
border-color: #02C328;
}
</style>