Shades of Dark Pastel Green #02C62A
Tints of Dark Pastel Green #02C62A
RGB
CMYK
RGB Variations
Color information
#02C62A (or 0x02C62A) is known color: Dark Pastel Green. HEX triplet: 02, C6 and 2A. RGB value is (2,198,42). Sum of RGB (Red+Green+Blue) = 2+198+42=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 198 (77.73% from 255 or 81.82% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 198 - color contains mainly: green. Hex color #02C62A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C62A is #FD39D5. Grayscale: #7A7A7A. Windows color (decimal): -16595414 or 2803202. OLE color: 2803202.
HSL color Cylindrical-coordinate representation of color #02C62A: hue angle of 132.24º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C62A is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 42 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.22 |
| HSL | 132.24º | 0.98% | 0.39% | - |
| HSV(B) | 132.24º | 0.99% | 0.78% | - |
| XYZ | 20.64 | 40.57 | 8.93 | - |
| YUV | 121.61 | 83.07 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 42 | 0.99 | 0 | 0.79 | 0.22 | 132.24 | 0.98 | 0.39 |
| Hex | 2 | C6 | 2A | 63 | 0 | 4F | 16 | 84 | 62 | 27 |
| Octal | 2 | 306 | 52 | 143 | 0 | 117 | 26 | 204 | 142 | 47 |
| Binary | 10 | 11000110 | 101010 | 1100011 | 0 | 1001111 | 10110 | 10000100 | 1100010 | 100111 |
Color Harmonies of #02C62A
Complementary color
Monochromatic Colors of #02C62A
Black with #02C62A
Text Example
Text Example
White with #02C62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C62A; }
p { color: rgb(2,198,42); }
H1.HeaderClassName
{
color: #02C62A;
}
.AnyTagClassName
{
color: #02C62A;
}
</style>
background-color css
<style>
a { background-color: #02C62A; }
a { background-color: rgb(2,198,42); }
div.DivClassName
{
background-color: #02C62A;
}
.BgClassName
{
background-color: #02C62A;
}
</style>
border-color css
<style>
span { border-color: #02C62A; }
span { border-color: rgb(2,198,42); }
td.TdClassName
{
border-color: #02C62A;
}
.TagClassName
{
border-color: #02C62A;
}
</style>