Shades of Dark Pastel Green #02D726
Tints of Dark Pastel Green #02D726
RGB
CMYK
RGB Variations
Color information
#02D726 (or 0x02D726) is known color: Dark Pastel Green. HEX triplet: 02, D7 and 26. RGB value is (2,215,38). Sum of RGB (Red+Green+Blue) = 2+215+38=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 215 (84.38% from 255 or 84.31% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 215 - color contains mainly: green. Hex color #02D726 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D726 is #FD28D9. Grayscale: #838383. Windows color (decimal): -16591066 or 2545410. OLE color: 2545410.
HSL color Cylindrical-coordinate representation of color #02D726: hue angle of 130.14º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D726 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 215 | 38 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.16 |
| HSL | 130.14º | 0.98% | 0.43% | - |
| HSV(B) | 130.14º | 0.99% | 0.84% | - |
| XYZ | 24.68 | 48.75 | 9.94 | - |
| YUV | 131.14 | 75.43 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 215 | 38 | 0.99 | 0 | 0.82 | 0.16 | 130.14 | 0.98 | 0.43 |
| Hex | 2 | D7 | 26 | 63 | 0 | 52 | 10 | 82 | 62 | 2B |
| Octal | 2 | 327 | 46 | 143 | 0 | 122 | 20 | 202 | 142 | 53 |
| Binary | 10 | 11010111 | 100110 | 1100011 | 0 | 1010010 | 10000 | 10000010 | 1100010 | 101011 |
Color Harmonies of #02D726
Complementary color
Monochromatic Colors of #02D726
Black with #02D726
Text Example
Text Example
White with #02D726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D726; }
p { color: rgb(2,215,38); }
H1.HeaderClassName
{
color: #02D726;
}
.AnyTagClassName
{
color: #02D726;
}
</style>
background-color css
<style>
a { background-color: #02D726; }
a { background-color: rgb(2,215,38); }
div.DivClassName
{
background-color: #02D726;
}
.BgClassName
{
background-color: #02D726;
}
</style>
border-color css
<style>
span { border-color: #02D726; }
span { border-color: rgb(2,215,38); }
td.TdClassName
{
border-color: #02D726;
}
.TagClassName
{
border-color: #02D726;
}
</style>