Shades of Dark Pastel Green #00D01E
Tints of Dark Pastel Green #00D01E
RGB
CMYK
RGB Variations
Color information
#00D01E (or 0x00D01E) is known color: Dark Pastel Green. HEX triplet: 00, D0 and 1E. RGB value is (0,208,30). Sum of RGB (Red+Green+Blue) = 0+208+30=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 208 (81.64% from 255 or 87.39% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 208 - color contains mainly: green. Hex color #00D01E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D01E is #FF2FE1. Grayscale: #7E7E7E. Windows color (decimal): -16723938 or 2019328. OLE color: 2019328.
HSL color Cylindrical-coordinate representation of color #00D01E: hue angle of 128.65º 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 #00D01E is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 30 | - |
| CMYK | 1 | 0 | 0.86 | 0.18 |
| HSL | 128.65º | 1% | 0.41% | - |
| HSV(B) | 128.65º | 1% | 0.82% | - |
| XYZ | 22.79 | 45.21 | 8.75 | - |
| YUV | 125.52 | 74.09 | 38.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 30 | 1 | 0 | 0.86 | 0.18 | 128.65 | 1 | 0.41 |
| Hex | 0 | D0 | 1E | 64 | 0 | 56 | 12 | 81 | 64 | 29 |
| Octal | 0 | 320 | 36 | 144 | 0 | 126 | 22 | 201 | 144 | 51 |
| Binary | 0 | 11010000 | 11110 | 1100100 | 0 | 1010110 | 10010 | 10000001 | 1100100 | 101001 |
Color Harmonies of #00D01E
Complementary color
Monochromatic Colors of #00D01E
Black with #00D01E
Text Example
Text Example
White with #00D01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D01E; }
p { color: rgb(0,208,30); }
H1.HeaderClassName
{
color: #00D01E;
}
.AnyTagClassName
{
color: #00D01E;
}
</style>
background-color css
<style>
a { background-color: #00D01E; }
a { background-color: rgb(0,208,30); }
div.DivClassName
{
background-color: #00D01E;
}
.BgClassName
{
background-color: #00D01E;
}
</style>
border-color css
<style>
span { border-color: #00D01E; }
span { border-color: rgb(0,208,30); }
td.TdClassName
{
border-color: #00D01E;
}
.TagClassName
{
border-color: #00D01E;
}
</style>