Shades of Dark Pastel Green #00DF29
Tints of Dark Pastel Green #00DF29
RGB
CMYK
RGB Variations
Color information
#00DF29 (or 0x00DF29) is known color: Dark Pastel Green. HEX triplet: 00, DF and 29. RGB value is (0,223,41). Sum of RGB (Red+Green+Blue) = 0+223+41=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 223 (87.5% from 255 or 84.47% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DF29 is #FF20D6. Grayscale: #888888. Windows color (decimal): -16720087 or 2744064. OLE color: 2744064.
HSL color Cylindrical-coordinate representation of color #00DF29: hue angle of 131.03º 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 #00DF29 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 41 | - |
| CMYK | 1 | 0 | 0.82 | 0.13 |
| HSL | 131.03º | 1% | 0.44% | - |
| HSV(B) | 131.03º | 1% | 0.87% | - |
| XYZ | 26.79 | 52.94 | 10.9 | - |
| YUV | 135.58 | 74.62 | 31.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 41 | 1 | 0 | 0.82 | 0.13 | 131.03 | 1 | 0.44 |
| Hex | 0 | DF | 29 | 64 | 0 | 52 | D | 83 | 64 | 2C |
| Octal | 0 | 337 | 51 | 144 | 0 | 122 | 15 | 203 | 144 | 54 |
| Binary | 0 | 11011111 | 101001 | 1100100 | 0 | 1010010 | 1101 | 10000011 | 1100100 | 101100 |
Color Harmonies of #00DF29
Complementary color
Monochromatic Colors of #00DF29
Black with #00DF29
Text Example
Text Example
White with #00DF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DF29; }
p { color: rgb(0,223,41); }
H1.HeaderClassName
{
color: #00DF29;
}
.AnyTagClassName
{
color: #00DF29;
}
</style>
background-color css
<style>
a { background-color: #00DF29; }
a { background-color: rgb(0,223,41); }
div.DivClassName
{
background-color: #00DF29;
}
.BgClassName
{
background-color: #00DF29;
}
</style>
border-color css
<style>
span { border-color: #00DF29; }
span { border-color: rgb(0,223,41); }
td.TdClassName
{
border-color: #00DF29;
}
.TagClassName
{
border-color: #00DF29;
}
</style>