Shades of Dark Pastel Green #02C812
Tints of Dark Pastel Green #02C812
RGB
CMYK
RGB Variations
Color information
#02C812 (or 0x02C812) is known color: Dark Pastel Green. HEX triplet: 02, C8 and 12. RGB value is (2,200,18). Sum of RGB (Red+Green+Blue) = 2+200+18=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 200 (78.52% from 255 or 90.91% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 200 - color contains mainly: green. Hex color #02C812 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C812 is #FD37ED. Grayscale: #787878. Windows color (decimal): -16594926 or 1230850. OLE color: 1230850.
HSL color Cylindrical-coordinate representation of color #02C812: hue angle of 124.85º 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 #02C812 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 18 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.22 |
| HSL | 124.85º | 0.98% | 0.4% | - |
| HSV(B) | 124.85º | 0.99% | 0.78% | - |
| XYZ | 20.79 | 41.37 | 7.46 | - |
| YUV | 120.05 | 70.4 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 18 | 0.99 | 0 | 0.91 | 0.22 | 124.85 | 0.98 | 0.4 |
| Hex | 2 | C8 | 12 | 63 | 0 | 5B | 16 | 7D | 62 | 28 |
| Octal | 2 | 310 | 22 | 143 | 0 | 133 | 26 | 175 | 142 | 50 |
| Binary | 10 | 11001000 | 10010 | 1100011 | 0 | 1011011 | 10110 | 1111101 | 1100010 | 101000 |
Color Harmonies of #02C812
Complementary color
Monochromatic Colors of #02C812
Black with #02C812
Text Example
Text Example
White with #02C812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C812; }
p { color: rgb(2,200,18); }
H1.HeaderClassName
{
color: #02C812;
}
.AnyTagClassName
{
color: #02C812;
}
</style>
background-color css
<style>
a { background-color: #02C812; }
a { background-color: rgb(2,200,18); }
div.DivClassName
{
background-color: #02C812;
}
.BgClassName
{
background-color: #02C812;
}
</style>
border-color css
<style>
span { border-color: #02C812; }
span { border-color: rgb(2,200,18); }
td.TdClassName
{
border-color: #02C812;
}
.TagClassName
{
border-color: #02C812;
}
</style>