Shades of Dark Pastel Green #00D041
Tints of Dark Pastel Green #00D041
RGB
CMYK
RGB Variations
Color information
#00D041 (or 0x00D041) is known color: Dark Pastel Green. HEX triplet: 00, D0 and 41. RGB value is (0,208,65). Sum of RGB (Red+Green+Blue) = 0+208+65=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 208 (81.64% from 255 or 76.19% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 208 - color contains mainly: green. Hex color #00D041 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D041 is #FF2FBE. Grayscale: #818181. Windows color (decimal): -16723903 or 4313088. OLE color: 4313088.
HSL color Cylindrical-coordinate representation of color #00D041: hue angle of 138.75º 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 #00D041 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 65 | - |
| CMYK | 1 | 0 | 0.69 | 0.18 |
| HSL | 138.75º | 1% | 0.41% | - |
| HSV(B) | 138.75º | 1% | 0.82% | - |
| XYZ | 23.51 | 45.49 | 12.54 | - |
| YUV | 129.51 | 91.59 | 35.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 65 | 1 | 0 | 0.69 | 0.18 | 138.75 | 1 | 0.41 |
| Hex | 0 | D0 | 41 | 64 | 0 | 45 | 12 | 8B | 64 | 29 |
| Octal | 0 | 320 | 101 | 144 | 0 | 105 | 22 | 213 | 144 | 51 |
| Binary | 0 | 11010000 | 1000001 | 1100100 | 0 | 1000101 | 10010 | 10001011 | 1100100 | 101001 |
Color Harmonies of #00D041
Complementary color
Monochromatic Colors of #00D041
Black with #00D041
Text Example
Text Example
White with #00D041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D041; }
p { color: rgb(0,208,65); }
H1.HeaderClassName
{
color: #00D041;
}
.AnyTagClassName
{
color: #00D041;
}
</style>
background-color css
<style>
a { background-color: #00D041; }
a { background-color: rgb(0,208,65); }
div.DivClassName
{
background-color: #00D041;
}
.BgClassName
{
background-color: #00D041;
}
</style>
border-color css
<style>
span { border-color: #00D041; }
span { border-color: rgb(0,208,65); }
td.TdClassName
{
border-color: #00D041;
}
.TagClassName
{
border-color: #00D041;
}
</style>