Shades of Dark Pastel Green #02C61C
Tints of Dark Pastel Green #02C61C
RGB
CMYK
RGB Variations
Color information
#02C61C (or 0x02C61C) is known color: Dark Pastel Green. HEX triplet: 02, C6 and 1C. RGB value is (2,198,28). Sum of RGB (Red+Green+Blue) = 2+198+28=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 198 (77.73% from 255 or 86.84% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 198 - color contains mainly: green. Hex color #02C61C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C61C is #FD39E3. Grayscale: #787878. Windows color (decimal): -16595428 or 1885698. OLE color: 1885698.
HSL color Cylindrical-coordinate representation of color #02C61C: hue angle of 127.96º 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 #02C61C is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 198 | 28 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.22 |
| HSL | 127.96º | 0.98% | 0.39% | - |
| HSV(B) | 127.96º | 0.99% | 0.78% | - |
| XYZ | 20.43 | 40.48 | 7.84 | - |
| YUV | 120.02 | 76.07 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 198 | 28 | 0.99 | 0 | 0.86 | 0.22 | 127.96 | 0.98 | 0.39 |
| Hex | 2 | C6 | 1C | 63 | 0 | 56 | 16 | 80 | 62 | 27 |
| Octal | 2 | 306 | 34 | 143 | 0 | 126 | 26 | 200 | 142 | 47 |
| Binary | 10 | 11000110 | 11100 | 1100011 | 0 | 1010110 | 10110 | 10000000 | 1100010 | 100111 |
Color Harmonies of #02C61C
Complementary color
Monochromatic Colors of #02C61C
Black with #02C61C
Text Example
Text Example
White with #02C61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C61C; }
p { color: rgb(2,198,28); }
H1.HeaderClassName
{
color: #02C61C;
}
.AnyTagClassName
{
color: #02C61C;
}
</style>
background-color css
<style>
a { background-color: #02C61C; }
a { background-color: rgb(2,198,28); }
div.DivClassName
{
background-color: #02C61C;
}
.BgClassName
{
background-color: #02C61C;
}
</style>
border-color css
<style>
span { border-color: #02C61C; }
span { border-color: rgb(2,198,28); }
td.TdClassName
{
border-color: #02C61C;
}
.TagClassName
{
border-color: #02C61C;
}
</style>