Shades of Dark Pastel Green #04A32E
Tints of Dark Pastel Green #04A32E
RGB
CMYK
RGB Variations
Color information
#04A32E (or 0x04A32E) is known color: Dark Pastel Green. HEX triplet: 04, A3 and 2E. RGB value is (4,163,46). Sum of RGB (Red+Green+Blue) = 4+163+46=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 163 (64.06% from 255 or 76.53% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 163 - color contains mainly: green. Hex color #04A32E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A32E is #FB5CD1. Grayscale: #666666. Windows color (decimal): -16473298 or 3056388. OLE color: 3056388.
HSL color Cylindrical-coordinate representation of color #04A32E: hue angle of 135.85º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A32E is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 163 | 46 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.36 |
| HSL | 135.85º | 0.95% | 0.33% | - |
| HSV(B) | 135.85º | 0.98% | 0.64% | - |
| XYZ | 13.64 | 26.42 | 6.96 | - |
| YUV | 102.12 | 96.32 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 163 | 46 | 0.98 | 0 | 0.72 | 0.36 | 135.85 | 0.95 | 0.33 |
| Hex | 4 | A3 | 2E | 62 | 0 | 48 | 24 | 88 | 5F | 21 |
| Octal | 4 | 243 | 56 | 142 | 0 | 110 | 44 | 210 | 137 | 41 |
| Binary | 100 | 10100011 | 101110 | 1100010 | 0 | 1001000 | 100100 | 10001000 | 1011111 | 100001 |
Color Harmonies of #04A32E
Complementary color
Monochromatic Colors of #04A32E
Black with #04A32E
Text Example
Text Example
White with #04A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A32E; }
p { color: rgb(4,163,46); }
H1.HeaderClassName
{
color: #04A32E;
}
.AnyTagClassName
{
color: #04A32E;
}
</style>
background-color css
<style>
a { background-color: #04A32E; }
a { background-color: rgb(4,163,46); }
div.DivClassName
{
background-color: #04A32E;
}
.BgClassName
{
background-color: #04A32E;
}
</style>
border-color css
<style>
span { border-color: #04A32E; }
span { border-color: rgb(4,163,46); }
td.TdClassName
{
border-color: #04A32E;
}
.TagClassName
{
border-color: #04A32E;
}
</style>