Shades of Dark Pastel Green #00D33A
Tints of Dark Pastel Green #00D33A
RGB
CMYK
RGB Variations
Color information
#00D33A (or 0x00D33A) is known color: Dark Pastel Green. HEX triplet: 00, D3 and 3A. RGB value is (0,211,58). Sum of RGB (Red+Green+Blue) = 0+211+58=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 211 (82.81% from 255 or 78.44% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 211 - color contains mainly: green. Hex color #00D33A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D33A is #FF2CC5. Grayscale: #828282. Windows color (decimal): -16723142 or 3855104. OLE color: 3855104.
HSL color Cylindrical-coordinate representation of color #00D33A: hue angle of 136.49º 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 #00D33A is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 211 | 58 | - |
| CMYK | 1 | 0 | 0.73 | 0.17 |
| HSL | 136.49º | 1% | 0.41% | - |
| HSV(B) | 136.49º | 1% | 0.83% | - |
| XYZ | 24.06 | 46.89 | 11.79 | - |
| YUV | 130.47 | 87.1 | 34.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 211 | 58 | 1 | 0 | 0.73 | 0.17 | 136.49 | 1 | 0.41 |
| Hex | 0 | D3 | 3A | 64 | 0 | 49 | 11 | 88 | 64 | 29 |
| Octal | 0 | 323 | 72 | 144 | 0 | 111 | 21 | 210 | 144 | 51 |
| Binary | 0 | 11010011 | 111010 | 1100100 | 0 | 1001001 | 10001 | 10001000 | 1100100 | 101001 |
Color Harmonies of #00D33A
Complementary color
Monochromatic Colors of #00D33A
Black with #00D33A
Text Example
Text Example
White with #00D33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D33A; }
p { color: rgb(0,211,58); }
H1.HeaderClassName
{
color: #00D33A;
}
.AnyTagClassName
{
color: #00D33A;
}
</style>
background-color css
<style>
a { background-color: #00D33A; }
a { background-color: rgb(0,211,58); }
div.DivClassName
{
background-color: #00D33A;
}
.BgClassName
{
background-color: #00D33A;
}
</style>
border-color css
<style>
span { border-color: #00D33A; }
span { border-color: rgb(0,211,58); }
td.TdClassName
{
border-color: #00D33A;
}
.TagClassName
{
border-color: #00D33A;
}
</style>