Shades of Dark Pastel Green #02C01A
Tints of Dark Pastel Green #02C01A
RGB
CMYK
RGB Variations
Color information
#02C01A (or 0x02C01A) is known color: Dark Pastel Green. HEX triplet: 02, C0 and 1A. RGB value is (2,192,26). Sum of RGB (Red+Green+Blue) = 2+192+26=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 192 (75.39% from 255 or 87.27% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 192 - color contains mainly: green. Hex color #02C01A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C01A is #FD3FE5. Grayscale: #747474. Windows color (decimal): -16596966 or 1753090. OLE color: 1753090.
HSL color Cylindrical-coordinate representation of color #02C01A: hue angle of 127.58º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C01A is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 26 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.25 |
| HSL | 127.58º | 0.98% | 0.38% | - |
| HSV(B) | 127.58º | 0.99% | 0.75% | - |
| XYZ | 19.06 | 37.79 | 7.27 | - |
| YUV | 116.27 | 77.05 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 26 | 0.99 | 0 | 0.86 | 0.25 | 127.58 | 0.98 | 0.38 |
| Hex | 2 | C0 | 1A | 63 | 0 | 56 | 19 | 80 | 62 | 26 |
| Octal | 2 | 300 | 32 | 143 | 0 | 126 | 31 | 200 | 142 | 46 |
| Binary | 10 | 11000000 | 11010 | 1100011 | 0 | 1010110 | 11001 | 10000000 | 1100010 | 100110 |
Color Harmonies of #02C01A
Complementary color
Monochromatic Colors of #02C01A
Black with #02C01A
Text Example
Text Example
White with #02C01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C01A; }
p { color: rgb(2,192,26); }
H1.HeaderClassName
{
color: #02C01A;
}
.AnyTagClassName
{
color: #02C01A;
}
</style>
background-color css
<style>
a { background-color: #02C01A; }
a { background-color: rgb(2,192,26); }
div.DivClassName
{
background-color: #02C01A;
}
.BgClassName
{
background-color: #02C01A;
}
</style>
border-color css
<style>
span { border-color: #02C01A; }
span { border-color: rgb(2,192,26); }
td.TdClassName
{
border-color: #02C01A;
}
.TagClassName
{
border-color: #02C01A;
}
</style>