Shades of Dark Pastel Green #02C819
Tints of Dark Pastel Green #02C819
RGB
CMYK
RGB Variations
Color information
#02C819 (or 0x02C819) is known color: Dark Pastel Green. HEX triplet: 02, C8 and 19. RGB value is (2,200,25). Sum of RGB (Red+Green+Blue) = 2+200+25=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 200 (78.52% from 255 or 88.11% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 200 - color contains mainly: green. Hex color #02C819 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C819 is #FD37E6. Grayscale: #797979. Windows color (decimal): -16594919 or 1689602. OLE color: 1689602.
HSL color Cylindrical-coordinate representation of color #02C819: hue angle of 126.97º 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 #02C819 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 25 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.22 |
| HSL | 126.97º | 0.98% | 0.4% | - |
| HSV(B) | 126.97º | 0.99% | 0.78% | - |
| XYZ | 20.85 | 41.39 | 7.81 | - |
| YUV | 120.85 | 73.9 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 25 | 0.99 | 0 | 0.88 | 0.22 | 126.97 | 0.98 | 0.4 |
| Hex | 2 | C8 | 19 | 63 | 0 | 58 | 16 | 7F | 62 | 28 |
| Octal | 2 | 310 | 31 | 143 | 0 | 130 | 26 | 177 | 142 | 50 |
| Binary | 10 | 11001000 | 11001 | 1100011 | 0 | 1011000 | 10110 | 1111111 | 1100010 | 101000 |
Color Harmonies of #02C819
Complementary color
Monochromatic Colors of #02C819
Black with #02C819
Text Example
Text Example
White with #02C819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C819; }
p { color: rgb(2,200,25); }
H1.HeaderClassName
{
color: #02C819;
}
.AnyTagClassName
{
color: #02C819;
}
</style>
background-color css
<style>
a { background-color: #02C819; }
a { background-color: rgb(2,200,25); }
div.DivClassName
{
background-color: #02C819;
}
.BgClassName
{
background-color: #02C819;
}
</style>
border-color css
<style>
span { border-color: #02C819; }
span { border-color: rgb(2,200,25); }
td.TdClassName
{
border-color: #02C819;
}
.TagClassName
{
border-color: #02C819;
}
</style>