Shades of Dark Pastel Green #02D92C
Tints of Dark Pastel Green #02D92C
RGB
CMYK
RGB Variations
Color information
#02D92C (or 0x02D92C) is known color: Dark Pastel Green. HEX triplet: 02, D9 and 2C. RGB value is (2,217,44). Sum of RGB (Red+Green+Blue) = 2+217+44=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 217 (85.16% from 255 or 82.51% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 217 - color contains mainly: green. Hex color #02D92C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D92C is #FD26D3. Grayscale: #858585. Windows color (decimal): -16590548 or 2939138. OLE color: 2939138.
HSL color Cylindrical-coordinate representation of color #02D92C: hue angle of 131.72º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D92C is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 44 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.15 |
| HSL | 131.72º | 0.98% | 0.43% | - |
| HSV(B) | 131.72º | 0.99% | 0.85% | - |
| XYZ | 25.29 | 49.82 | 10.67 | - |
| YUV | 132.99 | 77.77 | 34.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 44 | 0.99 | 0 | 0.80 | 0.15 | 131.72 | 0.98 | 0.43 |
| Hex | 2 | D9 | 2C | 63 | 0 | 50 | F | 84 | 62 | 2B |
| Octal | 2 | 331 | 54 | 143 | 0 | 120 | 17 | 204 | 142 | 53 |
| Binary | 10 | 11011001 | 101100 | 1100011 | 0 | 1010000 | 1111 | 10000100 | 1100010 | 101011 |
Color Harmonies of #02D92C
Complementary color
Monochromatic Colors of #02D92C
Black with #02D92C
Text Example
Text Example
White with #02D92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D92C; }
p { color: rgb(2,217,44); }
H1.HeaderClassName
{
color: #02D92C;
}
.AnyTagClassName
{
color: #02D92C;
}
</style>
background-color css
<style>
a { background-color: #02D92C; }
a { background-color: rgb(2,217,44); }
div.DivClassName
{
background-color: #02D92C;
}
.BgClassName
{
background-color: #02D92C;
}
</style>
border-color css
<style>
span { border-color: #02D92C; }
span { border-color: rgb(2,217,44); }
td.TdClassName
{
border-color: #02D92C;
}
.TagClassName
{
border-color: #02D92C;
}
</style>