Shades of Dark Pastel Green #00DD2D
Tints of Dark Pastel Green #00DD2D
RGB
CMYK
RGB Variations
Color information
#00DD2D (or 0x00DD2D) is known color: Dark Pastel Green. HEX triplet: 00, DD and 2D. RGB value is (0,221,45). Sum of RGB (Red+Green+Blue) = 0+221+45=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 221 (86.72% from 255 or 83.08% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DD2D is #FF22D2. Grayscale: #878787. Windows color (decimal): -16720595 or 3005696. OLE color: 3005696.
HSL color Cylindrical-coordinate representation of color #00DD2D: hue angle of 132.22º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DD2D is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 221 | 45 | - |
| CMYK | 1 | 0 | 0.80 | 0.13 |
| HSL | 132.22º | 1% | 0.43% | - |
| HSV(B) | 132.22º | 1% | 0.87% | - |
| XYZ | 26.33 | 51.9 | 11.11 | - |
| YUV | 134.86 | 77.28 | 31.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 45 | 1 | 0 | 0.80 | 0.13 | 132.22 | 1 | 0.43 |
| Hex | 0 | DD | 2D | 64 | 0 | 50 | D | 84 | 64 | 2B |
| Octal | 0 | 335 | 55 | 144 | 0 | 120 | 15 | 204 | 144 | 53 |
| Binary | 0 | 11011101 | 101101 | 1100100 | 0 | 1010000 | 1101 | 10000100 | 1100100 | 101011 |
Color Harmonies of #00DD2D
Complementary color
Monochromatic Colors of #00DD2D
Black with #00DD2D
Text Example
Text Example
White with #00DD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DD2D; }
p { color: rgb(0,221,45); }
H1.HeaderClassName
{
color: #00DD2D;
}
.AnyTagClassName
{
color: #00DD2D;
}
</style>
background-color css
<style>
a { background-color: #00DD2D; }
a { background-color: rgb(0,221,45); }
div.DivClassName
{
background-color: #00DD2D;
}
.BgClassName
{
background-color: #00DD2D;
}
</style>
border-color css
<style>
span { border-color: #00DD2D; }
span { border-color: rgb(0,221,45); }
td.TdClassName
{
border-color: #00DD2D;
}
.TagClassName
{
border-color: #00DD2D;
}
</style>