Shades of Dark Pastel Green #00D028
Tints of Dark Pastel Green #00D028
RGB
CMYK
RGB Variations
Color information
#00D028 (or 0x00D028) is known color: Dark Pastel Green. HEX triplet: 00, D0 and 28. RGB value is (0,208,40). Sum of RGB (Red+Green+Blue) = 0+208+40=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 208 (81.64% from 255 or 83.87% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 208 - color contains mainly: green. Hex color #00D028 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D028 is #FF2FD7. Grayscale: #7F7F7F. Windows color (decimal): -16723928 or 2674688. OLE color: 2674688.
HSL color Cylindrical-coordinate representation of color #00D028: hue angle of 131.54º 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 #00D028 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 40 | - |
| CMYK | 1 | 0 | 0.81 | 0.18 |
| HSL | 131.54º | 1% | 0.41% | - |
| HSV(B) | 131.54º | 1% | 0.82% | - |
| XYZ | 22.94 | 45.26 | 9.54 | - |
| YUV | 126.66 | 79.09 | 37.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 40 | 1 | 0 | 0.81 | 0.18 | 131.54 | 1 | 0.41 |
| Hex | 0 | D0 | 28 | 64 | 0 | 51 | 12 | 84 | 64 | 29 |
| Octal | 0 | 320 | 50 | 144 | 0 | 121 | 22 | 204 | 144 | 51 |
| Binary | 0 | 11010000 | 101000 | 1100100 | 0 | 1010001 | 10010 | 10000100 | 1100100 | 101001 |
Color Harmonies of #00D028
Complementary color
Monochromatic Colors of #00D028
Black with #00D028
Text Example
Text Example
White with #00D028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D028; }
p { color: rgb(0,208,40); }
H1.HeaderClassName
{
color: #00D028;
}
.AnyTagClassName
{
color: #00D028;
}
</style>
background-color css
<style>
a { background-color: #00D028; }
a { background-color: rgb(0,208,40); }
div.DivClassName
{
background-color: #00D028;
}
.BgClassName
{
background-color: #00D028;
}
</style>
border-color css
<style>
span { border-color: #00D028; }
span { border-color: rgb(0,208,40); }
td.TdClassName
{
border-color: #00D028;
}
.TagClassName
{
border-color: #00D028;
}
</style>