Shades of Dark Pastel Green #04AA2B
Tints of Dark Pastel Green #04AA2B
RGB
CMYK
RGB Variations
Color information
#04AA2B (or 0x04AA2B) is known color: Dark Pastel Green. HEX triplet: 04, AA and 2B. RGB value is (4,170,43). Sum of RGB (Red+Green+Blue) = 4+170+43=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 170 (66.80% from 255 or 78.34% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AA2B is #FB55D4. Grayscale: #6A6A6A. Windows color (decimal): -16471509 or 2861572. OLE color: 2861572.
HSL color Cylindrical-coordinate representation of color #04AA2B: hue angle of 134.1º 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 #04AA2B is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
RGB | 4 | 170 | 43 | - |
CMYK | 0.98 | 0 | 0.75 | 0.33 |
HSL | 134.1º | 0.95% | 0.34% | - |
HSV(B) | 134.1º | 0.98% | 0.67% | - |
XYZ | 14.86 | 28.95 | 7.09 | - |
YUV | 105.89 | 92.5 | 55.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 170 | 43 | 0.98 | 0 | 0.75 | 0.33 | 134.1 | 0.95 | 0.34 |
Hex | 4 | AA | 2B | 62 | 0 | 4B | 21 | 86 | 5F | 22 |
Octal | 4 | 252 | 53 | 142 | 0 | 113 | 41 | 206 | 137 | 42 |
Binary | 100 | 10101010 | 101011 | 1100010 | 0 | 1001011 | 100001 | 10000110 | 1011111 | 100010 |
Color Harmonies of #04AA2B
Complementary color
Monochromatic Colors of #04AA2B
Black with #04AA2B
Text Example
Text Example
White with #04AA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AA2B; }
p { color: rgb(4,170,43); }
H1.HeaderClassName
{
color: #04AA2B;
}
.AnyTagClassName
{
color: #04AA2B;
}
</style>
background-color css
<style>
a { background-color: #04AA2B; }
a { background-color: rgb(4,170,43); }
div.DivClassName
{
background-color: #04AA2B;
}
.BgClassName
{
background-color: #04AA2B;
}
</style>
border-color css
<style>
span { border-color: #04AA2B; }
span { border-color: rgb(4,170,43); }
td.TdClassName
{
border-color: #04AA2B;
}
.TagClassName
{
border-color: #04AA2B;
}
</style>