Shades of Dark Pastel Green #00D41D
Tints of Dark Pastel Green #00D41D
RGB
CMYK
RGB Variations
Color information
#00D41D (or 0x00D41D) is known color: Dark Pastel Green. HEX triplet: 00, D4 and 1D. RGB value is (0,212,29). Sum of RGB (Red+Green+Blue) = 0+212+29=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 212 (83.20% from 255 or 87.97% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 212 - color contains mainly: green. Hex color #00D41D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D41D is #FF2BE2. Grayscale: #808080. Windows color (decimal): -16722915 or 1954816. OLE color: 1954816.
HSL color Cylindrical-coordinate representation of color #00D41D: hue angle of 128.21º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D41D is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 212 | 29 | - |
| CMYK | 1 | 0 | 0.86 | 0.17 |
| HSL | 128.21º | 1% | 0.42% | - |
| HSV(B) | 128.21º | 1% | 0.83% | - |
| XYZ | 23.77 | 47.18 | 9.02 | - |
| YUV | 127.75 | 72.26 | 36.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 29 | 1 | 0 | 0.86 | 0.17 | 128.21 | 1 | 0.42 |
| Hex | 0 | D4 | 1D | 64 | 0 | 56 | 11 | 80 | 64 | 2A |
| Octal | 0 | 324 | 35 | 144 | 0 | 126 | 21 | 200 | 144 | 52 |
| Binary | 0 | 11010100 | 11101 | 1100100 | 0 | 1010110 | 10001 | 10000000 | 1100100 | 101010 |
Color Harmonies of #00D41D
Complementary color
Monochromatic Colors of #00D41D
Black with #00D41D
Text Example
Text Example
White with #00D41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D41D; }
p { color: rgb(0,212,29); }
H1.HeaderClassName
{
color: #00D41D;
}
.AnyTagClassName
{
color: #00D41D;
}
</style>
background-color css
<style>
a { background-color: #00D41D; }
a { background-color: rgb(0,212,29); }
div.DivClassName
{
background-color: #00D41D;
}
.BgClassName
{
background-color: #00D41D;
}
</style>
border-color css
<style>
span { border-color: #00D41D; }
span { border-color: rgb(0,212,29); }
td.TdClassName
{
border-color: #00D41D;
}
.TagClassName
{
border-color: #00D41D;
}
</style>