Shades of Dark Pastel Green #02C813
Tints of Dark Pastel Green #02C813
RGB
CMYK
RGB Variations
Color information
#02C813 (or 0x02C813) is known color: Dark Pastel Green. HEX triplet: 02, C8 and 13. RGB value is (2,200,19). Sum of RGB (Red+Green+Blue) = 2+200+19=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 200 (78.52% from 255 or 90.50% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 200 - color contains mainly: green. Hex color #02C813 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C813 is #FD37EC. Grayscale: #787878. Windows color (decimal): -16594925 or 1296386. OLE color: 1296386.
HSL color Cylindrical-coordinate representation of color #02C813: hue angle of 125.15º 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 #02C813 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 19 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.22 |
| HSL | 125.15º | 0.98% | 0.4% | - |
| HSV(B) | 125.15º | 0.99% | 0.78% | - |
| XYZ | 20.8 | 41.37 | 7.5 | - |
| YUV | 120.16 | 70.9 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 19 | 0.99 | 0 | 0.90 | 0.22 | 125.15 | 0.98 | 0.4 |
| Hex | 2 | C8 | 13 | 63 | 0 | 5A | 16 | 7D | 62 | 28 |
| Octal | 2 | 310 | 23 | 143 | 0 | 132 | 26 | 175 | 142 | 50 |
| Binary | 10 | 11001000 | 10011 | 1100011 | 0 | 1011010 | 10110 | 1111101 | 1100010 | 101000 |
Color Harmonies of #02C813
Complementary color
Monochromatic Colors of #02C813
Black with #02C813
Text Example
Text Example
White with #02C813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C813; }
p { color: rgb(2,200,19); }
H1.HeaderClassName
{
color: #02C813;
}
.AnyTagClassName
{
color: #02C813;
}
</style>
background-color css
<style>
a { background-color: #02C813; }
a { background-color: rgb(2,200,19); }
div.DivClassName
{
background-color: #02C813;
}
.BgClassName
{
background-color: #02C813;
}
</style>
border-color css
<style>
span { border-color: #02C813; }
span { border-color: rgb(2,200,19); }
td.TdClassName
{
border-color: #02C813;
}
.TagClassName
{
border-color: #02C813;
}
</style>