Shades of Dark Pastel Green #05AA2D
Tints of Dark Pastel Green #05AA2D
RGB
CMYK
RGB Variations
Color information
#05AA2D (or 0x05AA2D) is known color: Dark Pastel Green. HEX triplet: 05, AA and 2D. RGB value is (5,170,45). Sum of RGB (Red+Green+Blue) = 5+170+45=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 170 (66.80% from 255 or 77.27% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AA2D is #FA55D2. Grayscale: #6A6A6A. Windows color (decimal): -16405971 or 2992645. OLE color: 2992645.
HSL color Cylindrical-coordinate representation of color #05AA2D: hue angle of 134.55º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AA2D is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 170 | 45 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.33 |
| HSL | 134.55º | 0.94% | 0.34% | - |
| HSV(B) | 134.55º | 0.97% | 0.67% | - |
| XYZ | 14.91 | 28.97 | 7.29 | - |
| YUV | 106.42 | 93.34 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 170 | 45 | 0.97 | 0 | 0.74 | 0.33 | 134.55 | 0.94 | 0.34 |
| Hex | 5 | AA | 2D | 61 | 0 | 4A | 21 | 87 | 5E | 22 |
| Octal | 5 | 252 | 55 | 141 | 0 | 112 | 41 | 207 | 136 | 42 |
| Binary | 101 | 10101010 | 101101 | 1100001 | 0 | 1001010 | 100001 | 10000111 | 1011110 | 100010 |
Color Harmonies of #05AA2D
Complementary color
Monochromatic Colors of #05AA2D
Black with #05AA2D
Text Example
Text Example
White with #05AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AA2D; }
p { color: rgb(5,170,45); }
H1.HeaderClassName
{
color: #05AA2D;
}
.AnyTagClassName
{
color: #05AA2D;
}
</style>
background-color css
<style>
a { background-color: #05AA2D; }
a { background-color: rgb(5,170,45); }
div.DivClassName
{
background-color: #05AA2D;
}
.BgClassName
{
background-color: #05AA2D;
}
</style>
border-color css
<style>
span { border-color: #05AA2D; }
span { border-color: rgb(5,170,45); }
td.TdClassName
{
border-color: #05AA2D;
}
.TagClassName
{
border-color: #05AA2D;
}
</style>