Shades of Dark Pastel Green #02C04A
Tints of Dark Pastel Green #02C04A
RGB
CMYK
RGB Variations
Color information
#02C04A (or 0x02C04A) is known color: Dark Pastel Green. HEX triplet: 02, C0 and 4A. RGB value is (2,192,74). Sum of RGB (Red+Green+Blue) = 2+192+74=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 192 (75.39% from 255 or 71.64% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 192 - color contains mainly: green. Hex color #02C04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C04A is #FD3FB5. Grayscale: #7A7A7A. Windows color (decimal): -16596918 or 4898818. OLE color: 4898818.
HSL color Cylindrical-coordinate representation of color #02C04A: hue angle of 142.74º 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 #02C04A is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 74 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.25 |
| HSL | 142.74º | 0.98% | 0.38% | - |
| HSV(B) | 142.74º | 0.99% | 0.75% | - |
| XYZ | 20.11 | 38.21 | 12.79 | - |
| YUV | 121.74 | 101.05 | 42.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 74 | 0.99 | 0 | 0.61 | 0.25 | 142.74 | 0.98 | 0.38 |
| Hex | 2 | C0 | 4A | 63 | 0 | 3D | 19 | 8F | 62 | 26 |
| Octal | 2 | 300 | 112 | 143 | 0 | 75 | 31 | 217 | 142 | 46 |
| Binary | 10 | 11000000 | 1001010 | 1100011 | 0 | 111101 | 11001 | 10001111 | 1100010 | 100110 |
Color Harmonies of #02C04A
Complementary color
Monochromatic Colors of #02C04A
Black with #02C04A
Text Example
Text Example
White with #02C04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C04A; }
p { color: rgb(2,192,74); }
H1.HeaderClassName
{
color: #02C04A;
}
.AnyTagClassName
{
color: #02C04A;
}
</style>
background-color css
<style>
a { background-color: #02C04A; }
a { background-color: rgb(2,192,74); }
div.DivClassName
{
background-color: #02C04A;
}
.BgClassName
{
background-color: #02C04A;
}
</style>
border-color css
<style>
span { border-color: #02C04A; }
span { border-color: rgb(2,192,74); }
td.TdClassName
{
border-color: #02C04A;
}
.TagClassName
{
border-color: #02C04A;
}
</style>