Shades of Dark Pastel Green #02C91D
Tints of Dark Pastel Green #02C91D
RGB
CMYK
RGB Variations
Color information
#02C91D (or 0x02C91D) is known color: Dark Pastel Green. HEX triplet: 02, C9 and 1D. RGB value is (2,201,29). Sum of RGB (Red+Green+Blue) = 2+201+29=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 201 (78.91% from 255 or 86.64% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 201 - color contains mainly: green. Hex color #02C91D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C91D is #FD36E2. Grayscale: #7A7A7A. Windows color (decimal): -16594659 or 1952002. OLE color: 1952002.
HSL color Cylindrical-coordinate representation of color #02C91D: hue angle of 128.14º 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 #02C91D is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 29 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.21 |
| HSL | 128.14º | 0.98% | 0.4% | - |
| HSV(B) | 128.14º | 0.99% | 0.79% | - |
| XYZ | 21.13 | 41.87 | 8.13 | - |
| YUV | 121.89 | 75.57 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 29 | 0.99 | 0 | 0.86 | 0.21 | 128.14 | 0.98 | 0.4 |
| Hex | 2 | C9 | 1D | 63 | 0 | 56 | 15 | 80 | 62 | 28 |
| Octal | 2 | 311 | 35 | 143 | 0 | 126 | 25 | 200 | 142 | 50 |
| Binary | 10 | 11001001 | 11101 | 1100011 | 0 | 1010110 | 10101 | 10000000 | 1100010 | 101000 |
Color Harmonies of #02C91D
Complementary color
Monochromatic Colors of #02C91D
Black with #02C91D
Text Example
Text Example
White with #02C91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C91D; }
p { color: rgb(2,201,29); }
H1.HeaderClassName
{
color: #02C91D;
}
.AnyTagClassName
{
color: #02C91D;
}
</style>
background-color css
<style>
a { background-color: #02C91D; }
a { background-color: rgb(2,201,29); }
div.DivClassName
{
background-color: #02C91D;
}
.BgClassName
{
background-color: #02C91D;
}
</style>
border-color css
<style>
span { border-color: #02C91D; }
span { border-color: rgb(2,201,29); }
td.TdClassName
{
border-color: #02C91D;
}
.TagClassName
{
border-color: #02C91D;
}
</style>