Shades of Dark Pastel Green #00D328
Tints of Dark Pastel Green #00D328
RGB
CMYK
RGB Variations
Color information
#00D328 (or 0x00D328) is known color: Dark Pastel Green. HEX triplet: 00, D3 and 28. RGB value is (0,211,40). Sum of RGB (Red+Green+Blue) = 0+211+40=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 211 (82.81% from 255 or 84.06% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 211 - color contains mainly: green. Hex color #00D328 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D328 is #FF2CD7. Grayscale: #808080. Windows color (decimal): -16723160 or 2675456. OLE color: 2675456.
HSL color Cylindrical-coordinate representation of color #00D328: hue angle of 131.37º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D328 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 211 | 40 | - |
| CMYK | 1 | 0 | 0.81 | 0.17 |
| HSL | 131.37º | 1% | 0.41% | - |
| HSV(B) | 131.37º | 1% | 0.83% | - |
| XYZ | 23.68 | 46.74 | 9.78 | - |
| YUV | 128.42 | 78.1 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 211 | 40 | 1 | 0 | 0.81 | 0.17 | 131.37 | 1 | 0.41 |
| Hex | 0 | D3 | 28 | 64 | 0 | 51 | 11 | 83 | 64 | 29 |
| Octal | 0 | 323 | 50 | 144 | 0 | 121 | 21 | 203 | 144 | 51 |
| Binary | 0 | 11010011 | 101000 | 1100100 | 0 | 1010001 | 10001 | 10000011 | 1100100 | 101001 |
Color Harmonies of #00D328
Complementary color
Monochromatic Colors of #00D328
Black with #00D328
Text Example
Text Example
White with #00D328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D328; }
p { color: rgb(0,211,40); }
H1.HeaderClassName
{
color: #00D328;
}
.AnyTagClassName
{
color: #00D328;
}
</style>
background-color css
<style>
a { background-color: #00D328; }
a { background-color: rgb(0,211,40); }
div.DivClassName
{
background-color: #00D328;
}
.BgClassName
{
background-color: #00D328;
}
</style>
border-color css
<style>
span { border-color: #00D328; }
span { border-color: rgb(0,211,40); }
td.TdClassName
{
border-color: #00D328;
}
.TagClassName
{
border-color: #00D328;
}
</style>