Shades of Dark Pastel Green #02C91C
Tints of Dark Pastel Green #02C91C
RGB
CMYK
RGB Variations
Color information
#02C91C (or 0x02C91C) is known color: Dark Pastel Green. HEX triplet: 02, C9 and 1C. RGB value is (2,201,28). Sum of RGB (Red+Green+Blue) = 2+201+28=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 201 (78.91% from 255 or 87.01% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 201 - color contains mainly: green. Hex color #02C91C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C91C is #FD36E3. Grayscale: #7A7A7A. Windows color (decimal): -16594660 or 1886466. OLE color: 1886466.
HSL color Cylindrical-coordinate representation of color #02C91C: hue angle of 127.84º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C91C is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 28 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.21 |
| HSL | 127.84º | 0.98% | 0.4% | - |
| HSV(B) | 127.84º | 0.99% | 0.79% | - |
| XYZ | 21.12 | 41.87 | 8.07 | - |
| YUV | 121.78 | 75.07 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 28 | 0.99 | 0 | 0.86 | 0.21 | 127.84 | 0.98 | 0.4 |
| Hex | 2 | C9 | 1C | 63 | 0 | 56 | 15 | 80 | 62 | 28 |
| Octal | 2 | 311 | 34 | 143 | 0 | 126 | 25 | 200 | 142 | 50 |
| Binary | 10 | 11001001 | 11100 | 1100011 | 0 | 1010110 | 10101 | 10000000 | 1100010 | 101000 |
Color Harmonies of #02C91C
Complementary color
Monochromatic Colors of #02C91C
Black with #02C91C
Text Example
Text Example
White with #02C91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C91C; }
p { color: rgb(2,201,28); }
H1.HeaderClassName
{
color: #02C91C;
}
.AnyTagClassName
{
color: #02C91C;
}
</style>
background-color css
<style>
a { background-color: #02C91C; }
a { background-color: rgb(2,201,28); }
div.DivClassName
{
background-color: #02C91C;
}
.BgClassName
{
background-color: #02C91C;
}
</style>
border-color css
<style>
span { border-color: #02C91C; }
span { border-color: rgb(2,201,28); }
td.TdClassName
{
border-color: #02C91C;
}
.TagClassName
{
border-color: #02C91C;
}
</style>