Shades of Dark Pastel Green #04AA30
Tints of Dark Pastel Green #04AA30
RGB
CMYK
RGB Variations
Color information
#04AA30 (or 0x04AA30) is known color: Dark Pastel Green. HEX triplet: 04, AA and 30. RGB value is (4,170,48). Sum of RGB (Red+Green+Blue) = 4+170+48=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 170 (66.80% from 255 or 76.58% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AA30 is #FB55CF. Grayscale: #6A6A6A. Windows color (decimal): -16471504 or 3189252. OLE color: 3189252.
HSL color Cylindrical-coordinate representation of color #04AA30: hue angle of 135.9º 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 #04AA30 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 170 | 48 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.33 |
| HSL | 135.9º | 0.95% | 0.34% | - |
| HSV(B) | 135.9º | 0.98% | 0.67% | - |
| XYZ | 14.96 | 28.99 | 7.6 | - |
| YUV | 106.46 | 95 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 48 | 0.98 | 0 | 0.72 | 0.33 | 135.9 | 0.95 | 0.34 |
| Hex | 4 | AA | 30 | 62 | 0 | 48 | 21 | 88 | 5F | 22 |
| Octal | 4 | 252 | 60 | 142 | 0 | 110 | 41 | 210 | 137 | 42 |
| Binary | 100 | 10101010 | 110000 | 1100010 | 0 | 1001000 | 100001 | 10001000 | 1011111 | 100010 |
Color Harmonies of #04AA30
Complementary color
Monochromatic Colors of #04AA30
Black with #04AA30
Text Example
Text Example
White with #04AA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AA30; }
p { color: rgb(4,170,48); }
H1.HeaderClassName
{
color: #04AA30;
}
.AnyTagClassName
{
color: #04AA30;
}
</style>
background-color css
<style>
a { background-color: #04AA30; }
a { background-color: rgb(4,170,48); }
div.DivClassName
{
background-color: #04AA30;
}
.BgClassName
{
background-color: #04AA30;
}
</style>
border-color css
<style>
span { border-color: #04AA30; }
span { border-color: rgb(4,170,48); }
td.TdClassName
{
border-color: #04AA30;
}
.TagClassName
{
border-color: #04AA30;
}
</style>