Shades of Dark Pastel Green #00D042
Tints of Dark Pastel Green #00D042
RGB
CMYK
RGB Variations
Color information
#00D042 (or 0x00D042) is known color: Dark Pastel Green. HEX triplet: 00, D0 and 42. RGB value is (0,208,66). Sum of RGB (Red+Green+Blue) = 0+208+66=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 208 (81.64% from 255 or 75.91% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 208 - color contains mainly: green. Hex color #00D042 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D042 is #FF2FBD. Grayscale: #818181. Windows color (decimal): -16723902 or 4378624. OLE color: 4378624.
HSL color Cylindrical-coordinate representation of color #00D042: hue angle of 139.04º 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 #00D042 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 66 | - |
| CMYK | 1 | 0 | 0.68 | 0.18 |
| HSL | 139.04º | 1% | 0.41% | - |
| HSV(B) | 139.04º | 1% | 0.82% | - |
| XYZ | 23.54 | 45.51 | 12.7 | - |
| YUV | 129.62 | 92.09 | 35.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 66 | 1 | 0 | 0.68 | 0.18 | 139.04 | 1 | 0.41 |
| Hex | 0 | D0 | 42 | 64 | 0 | 44 | 12 | 8B | 64 | 29 |
| Octal | 0 | 320 | 102 | 144 | 0 | 104 | 22 | 213 | 144 | 51 |
| Binary | 0 | 11010000 | 1000010 | 1100100 | 0 | 1000100 | 10010 | 10001011 | 1100100 | 101001 |
Color Harmonies of #00D042
Complementary color
Monochromatic Colors of #00D042
Black with #00D042
Text Example
Text Example
White with #00D042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D042; }
p { color: rgb(0,208,66); }
H1.HeaderClassName
{
color: #00D042;
}
.AnyTagClassName
{
color: #00D042;
}
</style>
background-color css
<style>
a { background-color: #00D042; }
a { background-color: rgb(0,208,66); }
div.DivClassName
{
background-color: #00D042;
}
.BgClassName
{
background-color: #00D042;
}
</style>
border-color css
<style>
span { border-color: #00D042; }
span { border-color: rgb(0,208,66); }
td.TdClassName
{
border-color: #00D042;
}
.TagClassName
{
border-color: #00D042;
}
</style>