Shades of Dark Pastel Green #00D02A
Tints of Dark Pastel Green #00D02A
RGB
CMYK
RGB Variations
Color information
#00D02A (or 0x00D02A) is known color: Dark Pastel Green. HEX triplet: 00, D0 and 2A. RGB value is (0,208,42). Sum of RGB (Red+Green+Blue) = 0+208+42=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 208 (81.64% from 255 or 83.2% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 208 - color contains mainly: green. Hex color #00D02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D02A is #FF2FD5. Grayscale: #7F7F7F. Windows color (decimal): -16723926 or 2805760. OLE color: 2805760.
HSL color Cylindrical-coordinate representation of color #00D02A: hue angle of 132.12º 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 #00D02A is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 42 | - |
| CMYK | 1 | 0 | 0.80 | 0.18 |
| HSL | 132.12º | 1% | 0.41% | - |
| HSV(B) | 132.12º | 1% | 0.82% | - |
| XYZ | 22.97 | 45.28 | 9.72 | - |
| YUV | 126.88 | 80.09 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 42 | 1 | 0 | 0.80 | 0.18 | 132.12 | 1 | 0.41 |
| Hex | 0 | D0 | 2A | 64 | 0 | 50 | 12 | 84 | 64 | 29 |
| Octal | 0 | 320 | 52 | 144 | 0 | 120 | 22 | 204 | 144 | 51 |
| Binary | 0 | 11010000 | 101010 | 1100100 | 0 | 1010000 | 10010 | 10000100 | 1100100 | 101001 |
Color Harmonies of #00D02A
Complementary color
Monochromatic Colors of #00D02A
Black with #00D02A
Text Example
Text Example
White with #00D02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D02A; }
p { color: rgb(0,208,42); }
H1.HeaderClassName
{
color: #00D02A;
}
.AnyTagClassName
{
color: #00D02A;
}
</style>
background-color css
<style>
a { background-color: #00D02A; }
a { background-color: rgb(0,208,42); }
div.DivClassName
{
background-color: #00D02A;
}
.BgClassName
{
background-color: #00D02A;
}
</style>
border-color css
<style>
span { border-color: #00D02A; }
span { border-color: rgb(0,208,42); }
td.TdClassName
{
border-color: #00D02A;
}
.TagClassName
{
border-color: #00D02A;
}
</style>