Shades of Dark Pastel Green #00D231
Tints of Dark Pastel Green #00D231
RGB
CMYK
RGB Variations
Color information
#00D231 (or 0x00D231) is known color: Dark Pastel Green. HEX triplet: 00, D2 and 31. RGB value is (0,210,49). Sum of RGB (Red+Green+Blue) = 0+210+49=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 210 (82.42% from 255 or 81.08% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 210 - color contains mainly: green. Hex color #00D231 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D231 is #FF2DCE. Grayscale: #818181. Windows color (decimal): -16723407 or 3265024. OLE color: 3265024.
HSL color Cylindrical-coordinate representation of color #00D231: hue angle of 134º 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 #00D231 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 210 | 49 | - |
| CMYK | 1 | 0 | 0.77 | 0.18 |
| HSL | 134º | 1% | 0.41% | - |
| HSV(B) | 134º | 1% | 0.82% | - |
| XYZ | 23.6 | 46.31 | 10.6 | - |
| YUV | 128.86 | 82.93 | 36.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 210 | 49 | 1 | 0 | 0.77 | 0.18 | 134 | 1 | 0.41 |
| Hex | 0 | D2 | 31 | 64 | 0 | 4D | 12 | 86 | 64 | 29 |
| Octal | 0 | 322 | 61 | 144 | 0 | 115 | 22 | 206 | 144 | 51 |
| Binary | 0 | 11010010 | 110001 | 1100100 | 0 | 1001101 | 10010 | 10000110 | 1100100 | 101001 |
Color Harmonies of #00D231
Complementary color
Monochromatic Colors of #00D231
Black with #00D231
Text Example
Text Example
White with #00D231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D231; }
p { color: rgb(0,210,49); }
H1.HeaderClassName
{
color: #00D231;
}
.AnyTagClassName
{
color: #00D231;
}
</style>
background-color css
<style>
a { background-color: #00D231; }
a { background-color: rgb(0,210,49); }
div.DivClassName
{
background-color: #00D231;
}
.BgClassName
{
background-color: #00D231;
}
</style>
border-color css
<style>
span { border-color: #00D231; }
span { border-color: rgb(0,210,49); }
td.TdClassName
{
border-color: #00D231;
}
.TagClassName
{
border-color: #00D231;
}
</style>