Shades of Dark Pastel Green #07D829
Tints of Dark Pastel Green #07D829
RGB
CMYK
RGB Variations
Color information
#07D829 (or 0x07D829) is known color: Dark Pastel Green. HEX triplet: 07, D8 and 29. RGB value is (7,216,41). Sum of RGB (Red+Green+Blue) = 7+216+41=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 216 (84.77% from 255 or 81.82% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 216 - color contains mainly: green. Hex color #07D829 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D829 is #F827D6. Grayscale: #868686. Windows color (decimal): -16263127 or 2742279. OLE color: 2742279.
HSL color Cylindrical-coordinate representation of color #07D829: hue angle of 129.76º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D829 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 216 | 41 | - |
| CMYK | 0.97 | 0 | 0.81 | 0.15 |
| HSL | 129.76º | 0.94% | 0.44% | - |
| HSV(B) | 129.76º | 0.97% | 0.85% | - |
| XYZ | 25.04 | 49.32 | 10.3 | - |
| YUV | 133.56 | 75.76 | 37.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 216 | 41 | 0.97 | 0 | 0.81 | 0.15 | 129.76 | 0.94 | 0.44 |
| Hex | 7 | D8 | 29 | 61 | 0 | 51 | F | 82 | 5E | 2C |
| Octal | 7 | 330 | 51 | 141 | 0 | 121 | 17 | 202 | 136 | 54 |
| Binary | 111 | 11011000 | 101001 | 1100001 | 0 | 1010001 | 1111 | 10000010 | 1011110 | 101100 |
Color Harmonies of #07D829
Complementary color
Monochromatic Colors of #07D829
Black with #07D829
Text Example
Text Example
White with #07D829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D829; }
p { color: rgb(7,216,41); }
H1.HeaderClassName
{
color: #07D829;
}
.AnyTagClassName
{
color: #07D829;
}
</style>
background-color css
<style>
a { background-color: #07D829; }
a { background-color: rgb(7,216,41); }
div.DivClassName
{
background-color: #07D829;
}
.BgClassName
{
background-color: #07D829;
}
</style>
border-color css
<style>
span { border-color: #07D829; }
span { border-color: rgb(7,216,41); }
td.TdClassName
{
border-color: #07D829;
}
.TagClassName
{
border-color: #07D829;
}
</style>