Shades of Dark Pastel Green #04A829
Tints of Dark Pastel Green #04A829
RGB
CMYK
RGB Variations
Color information
#04A829 (or 0x04A829) is known color: Dark Pastel Green. HEX triplet: 04, A8 and 29. RGB value is (4,168,41). Sum of RGB (Red+Green+Blue) = 4+168+41=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 168 (66.02% from 255 or 78.87% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 168 - color contains mainly: green. Hex color #04A829 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A829 is #FB57D6. Grayscale: #686868. Windows color (decimal): -16472023 or 2729988. OLE color: 2729988.
HSL color Cylindrical-coordinate representation of color #04A829: hue angle of 133.54º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A829 is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 4 | 168 | 41 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.34 |
| HSL | 133.54º | 0.95% | 0.34% | - |
| HSV(B) | 133.54º | 0.98% | 0.66% | - |
| XYZ | 14.45 | 28.19 | 6.78 | - |
| YUV | 104.49 | 92.17 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 168 | 41 | 0.98 | 0 | 0.76 | 0.34 | 133.54 | 0.95 | 0.34 |
| Hex | 4 | A8 | 29 | 62 | 0 | 4C | 22 | 86 | 5F | 22 |
| Octal | 4 | 250 | 51 | 142 | 0 | 114 | 42 | 206 | 137 | 42 |
| Binary | 100 | 10101000 | 101001 | 1100010 | 0 | 1001100 | 100010 | 10000110 | 1011111 | 100010 |
Color Harmonies of #04A829
Complementary color
Monochromatic Colors of #04A829
Black with #04A829
Text Example
Text Example
White with #04A829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A829; }
p { color: rgb(4,168,41); }
H1.HeaderClassName
{
color: #04A829;
}
.AnyTagClassName
{
color: #04A829;
}
</style>
background-color css
<style>
a { background-color: #04A829; }
a { background-color: rgb(4,168,41); }
div.DivClassName
{
background-color: #04A829;
}
.BgClassName
{
background-color: #04A829;
}
</style>
border-color css
<style>
span { border-color: #04A829; }
span { border-color: rgb(4,168,41); }
td.TdClassName
{
border-color: #04A829;
}
.TagClassName
{
border-color: #04A829;
}
</style>