Shades of Dark Pastel Green #00D021
Tints of Dark Pastel Green #00D021
RGB
CMYK
RGB Variations
Color information
#00D021 (or 0x00D021) is known color: Dark Pastel Green. HEX triplet: 00, D0 and 21. RGB value is (0,208,33). Sum of RGB (Red+Green+Blue) = 0+208+33=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 208 (81.64% from 255 or 86.31% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 208 - color contains mainly: green. Hex color #00D021 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D021 is #FF2FDE. Grayscale: #7E7E7E. Windows color (decimal): -16723935 or 2215936. OLE color: 2215936.
HSL color Cylindrical-coordinate representation of color #00D021: hue angle of 129.52º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D021 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 33 | - |
| CMYK | 1 | 0 | 0.84 | 0.18 |
| HSL | 129.52º | 1% | 0.41% | - |
| HSV(B) | 129.52º | 1% | 0.82% | - |
| XYZ | 22.83 | 45.22 | 8.96 | - |
| YUV | 125.86 | 75.59 | 38.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 33 | 1 | 0 | 0.84 | 0.18 | 129.52 | 1 | 0.41 |
| Hex | 0 | D0 | 21 | 64 | 0 | 54 | 12 | 82 | 64 | 29 |
| Octal | 0 | 320 | 41 | 144 | 0 | 124 | 22 | 202 | 144 | 51 |
| Binary | 0 | 11010000 | 100001 | 1100100 | 0 | 1010100 | 10010 | 10000010 | 1100100 | 101001 |
Color Harmonies of #00D021
Complementary color
Monochromatic Colors of #00D021
Black with #00D021
Text Example
Text Example
White with #00D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D021; }
p { color: rgb(0,208,33); }
H1.HeaderClassName
{
color: #00D021;
}
.AnyTagClassName
{
color: #00D021;
}
</style>
background-color css
<style>
a { background-color: #00D021; }
a { background-color: rgb(0,208,33); }
div.DivClassName
{
background-color: #00D021;
}
.BgClassName
{
background-color: #00D021;
}
</style>
border-color css
<style>
span { border-color: #00D021; }
span { border-color: rgb(0,208,33); }
td.TdClassName
{
border-color: #00D021;
}
.TagClassName
{
border-color: #00D021;
}
</style>