Shades of Dark Pastel Green #04AA2E
Tints of Dark Pastel Green #04AA2E
RGB
CMYK
RGB Variations
Color information
#04AA2E (or 0x04AA2E) is known color: Dark Pastel Green. HEX triplet: 04, AA and 2E. RGB value is (4,170,46). Sum of RGB (Red+Green+Blue) = 4+170+46=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 170 (66.80% from 255 or 77.27% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AA2E is #FB55D1. Grayscale: #6A6A6A. Windows color (decimal): -16471506 or 3058180. OLE color: 3058180.
HSL color Cylindrical-coordinate representation of color #04AA2E: hue angle of 135.18º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AA2E is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 170 | 46 | - |
| CMYK | 0.98 | 0 | 0.73 | 0.33 |
| HSL | 135.18º | 0.95% | 0.34% | - |
| HSV(B) | 135.18º | 0.98% | 0.67% | - |
| XYZ | 14.92 | 28.97 | 7.39 | - |
| YUV | 106.23 | 94 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 46 | 0.98 | 0 | 0.73 | 0.33 | 135.18 | 0.95 | 0.34 |
| Hex | 4 | AA | 2E | 62 | 0 | 49 | 21 | 87 | 5F | 22 |
| Octal | 4 | 252 | 56 | 142 | 0 | 111 | 41 | 207 | 137 | 42 |
| Binary | 100 | 10101010 | 101110 | 1100010 | 0 | 1001001 | 100001 | 10000111 | 1011111 | 100010 |
Color Harmonies of #04AA2E
Complementary color
Monochromatic Colors of #04AA2E
Black with #04AA2E
Text Example
Text Example
White with #04AA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AA2E; }
p { color: rgb(4,170,46); }
H1.HeaderClassName
{
color: #04AA2E;
}
.AnyTagClassName
{
color: #04AA2E;
}
</style>
background-color css
<style>
a { background-color: #04AA2E; }
a { background-color: rgb(4,170,46); }
div.DivClassName
{
background-color: #04AA2E;
}
.BgClassName
{
background-color: #04AA2E;
}
</style>
border-color css
<style>
span { border-color: #04AA2E; }
span { border-color: rgb(4,170,46); }
td.TdClassName
{
border-color: #04AA2E;
}
.TagClassName
{
border-color: #04AA2E;
}
</style>