Shades of Dark Pastel Green #02D02D
Tints of Dark Pastel Green #02D02D
RGB
CMYK
RGB Variations
Color information
#02D02D (or 0x02D02D) is known color: Dark Pastel Green. HEX triplet: 02, D0 and 2D. RGB value is (2,208,45). Sum of RGB (Red+Green+Blue) = 2+208+45=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 208 (81.64% from 255 or 81.57% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 208 - color contains mainly: green. Hex color #02D02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D02D is #FD2FD2. Grayscale: #808080. Windows color (decimal): -16592851 or 3002370. OLE color: 3002370.
HSL color Cylindrical-coordinate representation of color #02D02D: hue angle of 132.52º 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 #02D02D is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 45 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.18 |
| HSL | 132.52º | 0.98% | 0.41% | - |
| HSV(B) | 132.52º | 0.99% | 0.82% | - |
| XYZ | 23.05 | 45.31 | 10.01 | - |
| YUV | 127.82 | 81.25 | 38.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 45 | 0.99 | 0 | 0.78 | 0.18 | 132.52 | 0.98 | 0.41 |
| Hex | 2 | D0 | 2D | 63 | 0 | 4E | 12 | 85 | 62 | 29 |
| Octal | 2 | 320 | 55 | 143 | 0 | 116 | 22 | 205 | 142 | 51 |
| Binary | 10 | 11010000 | 101101 | 1100011 | 0 | 1001110 | 10010 | 10000101 | 1100010 | 101001 |
Color Harmonies of #02D02D
Complementary color
Monochromatic Colors of #02D02D
Black with #02D02D
Text Example
Text Example
White with #02D02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D02D; }
p { color: rgb(2,208,45); }
H1.HeaderClassName
{
color: #02D02D;
}
.AnyTagClassName
{
color: #02D02D;
}
</style>
background-color css
<style>
a { background-color: #02D02D; }
a { background-color: rgb(2,208,45); }
div.DivClassName
{
background-color: #02D02D;
}
.BgClassName
{
background-color: #02D02D;
}
</style>
border-color css
<style>
span { border-color: #02D02D; }
span { border-color: rgb(2,208,45); }
td.TdClassName
{
border-color: #02D02D;
}
.TagClassName
{
border-color: #02D02D;
}
</style>