Shades of Dark Pastel Green #02C810
Tints of Dark Pastel Green #02C810
RGB
CMYK
RGB Variations
Color information
#02C810 (or 0x02C810) is known color: Dark Pastel Green. HEX triplet: 02, C8 and 10. RGB value is (2,200,16). Sum of RGB (Red+Green+Blue) = 2+200+16=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 200 (78.52% from 255 or 91.74% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 200 - color contains mainly: green. Hex color #02C810 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C810 is #FD37EF. Grayscale: #787878. Windows color (decimal): -16594928 or 1099778. OLE color: 1099778.
HSL color Cylindrical-coordinate representation of color #02C810: hue angle of 124.24º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C810 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 16 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.22 |
| HSL | 124.24º | 0.98% | 0.4% | - |
| HSV(B) | 124.24º | 0.99% | 0.78% | - |
| XYZ | 20.77 | 41.36 | 7.38 | - |
| YUV | 119.82 | 69.4 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 16 | 0.99 | 0 | 0.92 | 0.22 | 124.24 | 0.98 | 0.4 |
| Hex | 2 | C8 | 10 | 63 | 0 | 5C | 16 | 7C | 62 | 28 |
| Octal | 2 | 310 | 20 | 143 | 0 | 134 | 26 | 174 | 142 | 50 |
| Binary | 10 | 11001000 | 10000 | 1100011 | 0 | 1011100 | 10110 | 1111100 | 1100010 | 101000 |
Color Harmonies of #02C810
Complementary color
Monochromatic Colors of #02C810
Black with #02C810
Text Example
Text Example
White with #02C810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C810; }
p { color: rgb(2,200,16); }
H1.HeaderClassName
{
color: #02C810;
}
.AnyTagClassName
{
color: #02C810;
}
</style>
background-color css
<style>
a { background-color: #02C810; }
a { background-color: rgb(2,200,16); }
div.DivClassName
{
background-color: #02C810;
}
.BgClassName
{
background-color: #02C810;
}
</style>
border-color css
<style>
span { border-color: #02C810; }
span { border-color: rgb(2,200,16); }
td.TdClassName
{
border-color: #02C810;
}
.TagClassName
{
border-color: #02C810;
}
</style>