Shades of Dark Pastel Green #02C628
Tints of Dark Pastel Green #02C628
RGB
CMYK
RGB Variations
Color information
#02C628 (or 0x02C628) is known color: Dark Pastel Green. HEX triplet: 02, C6 and 28. RGB value is (2,198,40). Sum of RGB (Red+Green+Blue) = 2+198+40=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 198 (77.73% from 255 or 82.5% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 198 - color contains mainly: green. Hex color #02C628 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C628 is #FD39D7. Grayscale: #797979. Windows color (decimal): -16595416 or 2672130. OLE color: 2672130.
HSL color Cylindrical-coordinate representation of color #02C628: hue angle of 131.63º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C628 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 40 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.22 |
| HSL | 131.63º | 0.98% | 0.39% | - |
| HSV(B) | 131.63º | 0.99% | 0.78% | - |
| XYZ | 20.6 | 40.55 | 8.75 | - |
| YUV | 121.38 | 82.07 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 40 | 0.99 | 0 | 0.80 | 0.22 | 131.63 | 0.98 | 0.39 |
| Hex | 2 | C6 | 28 | 63 | 0 | 50 | 16 | 84 | 62 | 27 |
| Octal | 2 | 306 | 50 | 143 | 0 | 120 | 26 | 204 | 142 | 47 |
| Binary | 10 | 11000110 | 101000 | 1100011 | 0 | 1010000 | 10110 | 10000100 | 1100010 | 100111 |
Color Harmonies of #02C628
Complementary color
Monochromatic Colors of #02C628
Black with #02C628
Text Example
Text Example
White with #02C628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C628; }
p { color: rgb(2,198,40); }
H1.HeaderClassName
{
color: #02C628;
}
.AnyTagClassName
{
color: #02C628;
}
</style>
background-color css
<style>
a { background-color: #02C628; }
a { background-color: rgb(2,198,40); }
div.DivClassName
{
background-color: #02C628;
}
.BgClassName
{
background-color: #02C628;
}
</style>
border-color css
<style>
span { border-color: #02C628; }
span { border-color: rgb(2,198,40); }
td.TdClassName
{
border-color: #02C628;
}
.TagClassName
{
border-color: #02C628;
}
</style>