Shades of Dark Pastel Green #05A229
Tints of Dark Pastel Green #05A229
RGB
CMYK
RGB Variations
Color information
#05A229 (or 0x05A229) is known color: Dark Pastel Green. HEX triplet: 05, A2 and 29. RGB value is (5,162,41). Sum of RGB (Red+Green+Blue) = 5+162+41=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 162 (63.67% from 255 or 77.88% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 162 - color contains mainly: green. Hex color #05A229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A229 is #FA5DD6. Grayscale: #656565. Windows color (decimal): -16408023 or 2728453. OLE color: 2728453.
HSL color Cylindrical-coordinate representation of color #05A229: hue angle of 133.76º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A229 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 162 | 41 | - |
| CMYK | 0.97 | 0 | 0.75 | 0.36 |
| HSL | 133.76º | 0.94% | 0.33% | - |
| HSV(B) | 133.76º | 0.97% | 0.64% | - |
| XYZ | 13.38 | 26.03 | 6.42 | - |
| YUV | 101.26 | 93.99 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 162 | 41 | 0.97 | 0 | 0.75 | 0.36 | 133.76 | 0.94 | 0.33 |
| Hex | 5 | A2 | 29 | 61 | 0 | 4B | 24 | 86 | 5E | 21 |
| Octal | 5 | 242 | 51 | 141 | 0 | 113 | 44 | 206 | 136 | 41 |
| Binary | 101 | 10100010 | 101001 | 1100001 | 0 | 1001011 | 100100 | 10000110 | 1011110 | 100001 |
Color Harmonies of #05A229
Complementary color
Monochromatic Colors of #05A229
Black with #05A229
Text Example
Text Example
White with #05A229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A229; }
p { color: rgb(5,162,41); }
H1.HeaderClassName
{
color: #05A229;
}
.AnyTagClassName
{
color: #05A229;
}
</style>
background-color css
<style>
a { background-color: #05A229; }
a { background-color: rgb(5,162,41); }
div.DivClassName
{
background-color: #05A229;
}
.BgClassName
{
background-color: #05A229;
}
</style>
border-color css
<style>
span { border-color: #05A229; }
span { border-color: rgb(5,162,41); }
td.TdClassName
{
border-color: #05A229;
}
.TagClassName
{
border-color: #05A229;
}
</style>