Shades of Dark Pastel Green #02C03C
Tints of Dark Pastel Green #02C03C
RGB
CMYK
RGB Variations
Color information
#02C03C (or 0x02C03C) is known color: Dark Pastel Green. HEX triplet: 02, C0 and 3C. RGB value is (2,192,60). Sum of RGB (Red+Green+Blue) = 2+192+60=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 192 (75.39% from 255 or 75.59% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 192 - color contains mainly: green. Hex color #02C03C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C03C is #FD3FC3. Grayscale: #787878. Windows color (decimal): -16596932 or 3981314. OLE color: 3981314.
HSL color Cylindrical-coordinate representation of color #02C03C: hue angle of 138.32º 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 #02C03C is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 60 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.25 |
| HSL | 138.32º | 0.98% | 0.38% | - |
| HSV(B) | 138.32º | 0.99% | 0.75% | - |
| XYZ | 19.69 | 38.04 | 10.58 | - |
| YUV | 120.14 | 94.05 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 60 | 0.99 | 0 | 0.69 | 0.25 | 138.32 | 0.98 | 0.38 |
| Hex | 2 | C0 | 3C | 63 | 0 | 45 | 19 | 8A | 62 | 26 |
| Octal | 2 | 300 | 74 | 143 | 0 | 105 | 31 | 212 | 142 | 46 |
| Binary | 10 | 11000000 | 111100 | 1100011 | 0 | 1000101 | 11001 | 10001010 | 1100010 | 100110 |
Color Harmonies of #02C03C
Complementary color
Monochromatic Colors of #02C03C
Black with #02C03C
Text Example
Text Example
White with #02C03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C03C; }
p { color: rgb(2,192,60); }
H1.HeaderClassName
{
color: #02C03C;
}
.AnyTagClassName
{
color: #02C03C;
}
</style>
background-color css
<style>
a { background-color: #02C03C; }
a { background-color: rgb(2,192,60); }
div.DivClassName
{
background-color: #02C03C;
}
.BgClassName
{
background-color: #02C03C;
}
</style>
border-color css
<style>
span { border-color: #02C03C; }
span { border-color: rgb(2,192,60); }
td.TdClassName
{
border-color: #02C03C;
}
.TagClassName
{
border-color: #02C03C;
}
</style>