Shades of Dark Pastel Green #05A028
Tints of Dark Pastel Green #05A028
RGB
CMYK
RGB Variations
Color information
#05A028 (or 0x05A028) is known color: Dark Pastel Green. HEX triplet: 05, A0 and 28. RGB value is (5,160,40). Sum of RGB (Red+Green+Blue) = 5+160+40=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 160 (62.89% from 255 or 78.05% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 160 - color contains mainly: green. Hex color #05A028 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A028 is #FA5FD7. Grayscale: #646464. Windows color (decimal): -16408536 or 2662405. OLE color: 2662405.
HSL color Cylindrical-coordinate representation of color #05A028: hue angle of 133.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A028 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 5 | 160 | 40 | - |
| CMYK | 0.97 | 0 | 0.75 | 0.37 |
| HSL | 133.55º | 0.94% | 0.32% | - |
| HSV(B) | 133.55º | 0.97% | 0.63% | - |
| XYZ | 13.02 | 25.33 | 6.21 | - |
| YUV | 99.98 | 94.15 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 160 | 40 | 0.97 | 0 | 0.75 | 0.37 | 133.55 | 0.94 | 0.32 |
| Hex | 5 | A0 | 28 | 61 | 0 | 4B | 25 | 86 | 5E | 20 |
| Octal | 5 | 240 | 50 | 141 | 0 | 113 | 45 | 206 | 136 | 40 |
| Binary | 101 | 10100000 | 101000 | 1100001 | 0 | 1001011 | 100101 | 10000110 | 1011110 | 100000 |
Color Harmonies of #05A028
Complementary color
Monochromatic Colors of #05A028
Black with #05A028
Text Example
Text Example
White with #05A028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A028; }
p { color: rgb(5,160,40); }
H1.HeaderClassName
{
color: #05A028;
}
.AnyTagClassName
{
color: #05A028;
}
</style>
background-color css
<style>
a { background-color: #05A028; }
a { background-color: rgb(5,160,40); }
div.DivClassName
{
background-color: #05A028;
}
.BgClassName
{
background-color: #05A028;
}
</style>
border-color css
<style>
span { border-color: #05A028; }
span { border-color: rgb(5,160,40); }
td.TdClassName
{
border-color: #05A028;
}
.TagClassName
{
border-color: #05A028;
}
</style>