Shades of Dark Pastel Green #02D321
Tints of Dark Pastel Green #02D321
RGB
CMYK
RGB Variations
Color information
#02D321 (or 0x02D321) is known color: Dark Pastel Green. HEX triplet: 02, D3 and 21. RGB value is (2,211,33). Sum of RGB (Red+Green+Blue) = 2+211+33=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 211 (82.81% from 255 or 85.77% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 211 - color contains mainly: green. Hex color #02D321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D321 is #FD2CDE. Grayscale: #808080. Windows color (decimal): -16592095 or 2216706. OLE color: 2216706.
HSL color Cylindrical-coordinate representation of color #02D321: hue angle of 128.9º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D321 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 211 | 33 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.17 |
| HSL | 128.9º | 0.98% | 0.42% | - |
| HSV(B) | 128.9º | 0.99% | 0.83% | - |
| XYZ | 23.59 | 46.71 | 9.21 | - |
| YUV | 128.22 | 74.26 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 211 | 33 | 0.99 | 0 | 0.84 | 0.17 | 128.9 | 0.98 | 0.42 |
| Hex | 2 | D3 | 21 | 63 | 0 | 54 | 11 | 81 | 62 | 2A |
| Octal | 2 | 323 | 41 | 143 | 0 | 124 | 21 | 201 | 142 | 52 |
| Binary | 10 | 11010011 | 100001 | 1100011 | 0 | 1010100 | 10001 | 10000001 | 1100010 | 101010 |
Color Harmonies of #02D321
Complementary color
Monochromatic Colors of #02D321
Black with #02D321
Text Example
Text Example
White with #02D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D321; }
p { color: rgb(2,211,33); }
H1.HeaderClassName
{
color: #02D321;
}
.AnyTagClassName
{
color: #02D321;
}
</style>
background-color css
<style>
a { background-color: #02D321; }
a { background-color: rgb(2,211,33); }
div.DivClassName
{
background-color: #02D321;
}
.BgClassName
{
background-color: #02D321;
}
</style>
border-color css
<style>
span { border-color: #02D321; }
span { border-color: rgb(2,211,33); }
td.TdClassName
{
border-color: #02D321;
}
.TagClassName
{
border-color: #02D321;
}
</style>