Shades of Dark Pastel Green #00DE2D
Tints of Dark Pastel Green #00DE2D
RGB
CMYK
RGB Variations
Color information
#00DE2D (or 0x00DE2D) is known color: Dark Pastel Green. HEX triplet: 00, DE and 2D. RGB value is (0,222,45). Sum of RGB (Red+Green+Blue) = 0+222+45=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 222 (87.11% from 255 or 83.15% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 222 - color contains mainly: green. Hex color #00DE2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DE2D is #FF21D2. Grayscale: #878787. Windows color (decimal): -16720339 or 3005952. OLE color: 3005952.
HSL color Cylindrical-coordinate representation of color #00DE2D: hue angle of 132.16º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DE2D is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 222 | 45 | - |
| CMYK | 1 | 0 | 0.80 | 0.13 |
| HSL | 132.16º | 1% | 0.44% | - |
| HSV(B) | 132.16º | 1% | 0.87% | - |
| XYZ | 26.59 | 52.43 | 11.2 | - |
| YUV | 135.44 | 76.95 | 31.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 222 | 45 | 1 | 0 | 0.80 | 0.13 | 132.16 | 1 | 0.44 |
| Hex | 0 | DE | 2D | 64 | 0 | 50 | D | 84 | 64 | 2C |
| Octal | 0 | 336 | 55 | 144 | 0 | 120 | 15 | 204 | 144 | 54 |
| Binary | 0 | 11011110 | 101101 | 1100100 | 0 | 1010000 | 1101 | 10000100 | 1100100 | 101100 |
Color Harmonies of #00DE2D
Complementary color
Monochromatic Colors of #00DE2D
Black with #00DE2D
Text Example
Text Example
White with #00DE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DE2D; }
p { color: rgb(0,222,45); }
H1.HeaderClassName
{
color: #00DE2D;
}
.AnyTagClassName
{
color: #00DE2D;
}
</style>
background-color css
<style>
a { background-color: #00DE2D; }
a { background-color: rgb(0,222,45); }
div.DivClassName
{
background-color: #00DE2D;
}
.BgClassName
{
background-color: #00DE2D;
}
</style>
border-color css
<style>
span { border-color: #00DE2D; }
span { border-color: rgb(0,222,45); }
td.TdClassName
{
border-color: #00DE2D;
}
.TagClassName
{
border-color: #00DE2D;
}
</style>