Shades of Dark Pastel Green #02C128
Tints of Dark Pastel Green #02C128
RGB
CMYK
RGB Variations
Color information
#02C128 (or 0x02C128) is known color: Dark Pastel Green. HEX triplet: 02, C1 and 28. RGB value is (2,193,40). Sum of RGB (Red+Green+Blue) = 2+193+40=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 193 (75.78% from 255 or 82.13% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 193 - color contains mainly: green. Hex color #02C128 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C128 is #FD3ED7. Grayscale: #767676. Windows color (decimal): -16596696 or 2670850. OLE color: 2670850.
HSL color Cylindrical-coordinate representation of color #02C128: hue angle of 131.94º 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 #02C128 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 40 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.24 |
| HSL | 131.94º | 0.98% | 0.38% | - |
| HSV(B) | 131.94º | 0.99% | 0.76% | - |
| XYZ | 19.48 | 38.31 | 8.37 | - |
| YUV | 118.45 | 83.72 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 40 | 0.99 | 0 | 0.79 | 0.24 | 131.94 | 0.98 | 0.38 |
| Hex | 2 | C1 | 28 | 63 | 0 | 4F | 18 | 84 | 62 | 26 |
| Octal | 2 | 301 | 50 | 143 | 0 | 117 | 30 | 204 | 142 | 46 |
| Binary | 10 | 11000001 | 101000 | 1100011 | 0 | 1001111 | 11000 | 10000100 | 1100010 | 100110 |
Color Harmonies of #02C128
Complementary color
Monochromatic Colors of #02C128
Black with #02C128
Text Example
Text Example
White with #02C128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C128; }
p { color: rgb(2,193,40); }
H1.HeaderClassName
{
color: #02C128;
}
.AnyTagClassName
{
color: #02C128;
}
</style>
background-color css
<style>
a { background-color: #02C128; }
a { background-color: rgb(2,193,40); }
div.DivClassName
{
background-color: #02C128;
}
.BgClassName
{
background-color: #02C128;
}
</style>
border-color css
<style>
span { border-color: #02C128; }
span { border-color: rgb(2,193,40); }
td.TdClassName
{
border-color: #02C128;
}
.TagClassName
{
border-color: #02C128;
}
</style>