Shades of Dark Pastel Green #02D127
Tints of Dark Pastel Green #02D127
RGB
CMYK
RGB Variations
Color information
#02D127 (or 0x02D127) is known color: Dark Pastel Green. HEX triplet: 02, D1 and 27. RGB value is (2,209,39). Sum of RGB (Red+Green+Blue) = 2+209+39=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 209 (82.03% from 255 or 83.6% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 209 - color contains mainly: green. Hex color #02D127 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D127 is #FD2ED8. Grayscale: #808080. Windows color (decimal): -16592601 or 2609410. OLE color: 2609410.
HSL color Cylindrical-coordinate representation of color #02D127: hue angle of 130.72º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D127 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 209 | 39 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.18 |
| HSL | 130.72º | 0.98% | 0.41% | - |
| HSV(B) | 130.72º | 0.99% | 0.82% | - |
| XYZ | 23.19 | 45.76 | 9.53 | - |
| YUV | 127.73 | 77.92 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 39 | 0.99 | 0 | 0.81 | 0.18 | 130.72 | 0.98 | 0.41 |
| Hex | 2 | D1 | 27 | 63 | 0 | 51 | 12 | 83 | 62 | 29 |
| Octal | 2 | 321 | 47 | 143 | 0 | 121 | 22 | 203 | 142 | 51 |
| Binary | 10 | 11010001 | 100111 | 1100011 | 0 | 1010001 | 10010 | 10000011 | 1100010 | 101001 |
Color Harmonies of #02D127
Complementary color
Monochromatic Colors of #02D127
Black with #02D127
Text Example
Text Example
White with #02D127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D127; }
p { color: rgb(2,209,39); }
H1.HeaderClassName
{
color: #02D127;
}
.AnyTagClassName
{
color: #02D127;
}
</style>
background-color css
<style>
a { background-color: #02D127; }
a { background-color: rgb(2,209,39); }
div.DivClassName
{
background-color: #02D127;
}
.BgClassName
{
background-color: #02D127;
}
</style>
border-color css
<style>
span { border-color: #02D127; }
span { border-color: rgb(2,209,39); }
td.TdClassName
{
border-color: #02D127;
}
.TagClassName
{
border-color: #02D127;
}
</style>