Shades of Dark Pastel Green #02C048
Tints of Dark Pastel Green #02C048
RGB
CMYK
RGB Variations
Color information
#02C048 (or 0x02C048) is known color: Dark Pastel Green. HEX triplet: 02, C0 and 48. RGB value is (2,192,72). Sum of RGB (Red+Green+Blue) = 2+192+72=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 192 (75.39% from 255 or 72.18% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 192 - color contains mainly: green. Hex color #02C048 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C048 is #FD3FB7. Grayscale: #797979. Windows color (decimal): -16596920 or 4767746. OLE color: 4767746.
HSL color Cylindrical-coordinate representation of color #02C048: hue angle of 142.11º 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 #02C048 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 72 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.25 |
| HSL | 142.11º | 0.98% | 0.38% | - |
| HSV(B) | 142.11º | 0.99% | 0.75% | - |
| XYZ | 20.04 | 38.18 | 12.44 | - |
| YUV | 121.51 | 100.05 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 72 | 0.99 | 0 | 0.63 | 0.25 | 142.11 | 0.98 | 0.38 |
| Hex | 2 | C0 | 48 | 63 | 0 | 3F | 19 | 8E | 62 | 26 |
| Octal | 2 | 300 | 110 | 143 | 0 | 77 | 31 | 216 | 142 | 46 |
| Binary | 10 | 11000000 | 1001000 | 1100011 | 0 | 111111 | 11001 | 10001110 | 1100010 | 100110 |
Color Harmonies of #02C048
Complementary color
Monochromatic Colors of #02C048
Black with #02C048
Text Example
Text Example
White with #02C048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C048; }
p { color: rgb(2,192,72); }
H1.HeaderClassName
{
color: #02C048;
}
.AnyTagClassName
{
color: #02C048;
}
</style>
background-color css
<style>
a { background-color: #02C048; }
a { background-color: rgb(2,192,72); }
div.DivClassName
{
background-color: #02C048;
}
.BgClassName
{
background-color: #02C048;
}
</style>
border-color css
<style>
span { border-color: #02C048; }
span { border-color: rgb(2,192,72); }
td.TdClassName
{
border-color: #02C048;
}
.TagClassName
{
border-color: #02C048;
}
</style>