Shades of Dark Pastel Green #00D534
Tints of Dark Pastel Green #00D534
RGB
CMYK
RGB Variations
Color information
#00D534 (or 0x00D534) is known color: Dark Pastel Green. HEX triplet: 00, D5 and 34. RGB value is (0,213,52). Sum of RGB (Red+Green+Blue) = 0+213+52=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 213 (83.59% from 255 or 80.38% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 213 - color contains mainly: green. Hex color #00D534 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D534 is #FF2ACB. Grayscale: #838383. Windows color (decimal): -16722636 or 3462400. OLE color: 3462400.
HSL color Cylindrical-coordinate representation of color #00D534: hue angle of 134.65º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D534 is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 52 | - |
| CMYK | 1 | 0 | 0.76 | 0.16 |
| HSL | 134.65º | 1% | 0.42% | - |
| HSV(B) | 134.65º | 1% | 0.84% | - |
| XYZ | 24.41 | 47.84 | 11.2 | - |
| YUV | 130.96 | 83.43 | 34.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 52 | 1 | 0 | 0.76 | 0.16 | 134.65 | 1 | 0.42 |
| Hex | 0 | D5 | 34 | 64 | 0 | 4C | 10 | 87 | 64 | 2A |
| Octal | 0 | 325 | 64 | 144 | 0 | 114 | 20 | 207 | 144 | 52 |
| Binary | 0 | 11010101 | 110100 | 1100100 | 0 | 1001100 | 10000 | 10000111 | 1100100 | 101010 |
Color Harmonies of #00D534
Complementary color
Monochromatic Colors of #00D534
Black with #00D534
Text Example
Text Example
White with #00D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D534; }
p { color: rgb(0,213,52); }
H1.HeaderClassName
{
color: #00D534;
}
.AnyTagClassName
{
color: #00D534;
}
</style>
background-color css
<style>
a { background-color: #00D534; }
a { background-color: rgb(0,213,52); }
div.DivClassName
{
background-color: #00D534;
}
.BgClassName
{
background-color: #00D534;
}
</style>
border-color css
<style>
span { border-color: #00D534; }
span { border-color: rgb(0,213,52); }
td.TdClassName
{
border-color: #00D534;
}
.TagClassName
{
border-color: #00D534;
}
</style>