Shades of Dark Pastel Green #05A22D
Tints of Dark Pastel Green #05A22D
RGB
CMYK
RGB Variations
Color information
#05A22D (or 0x05A22D) is known color: Dark Pastel Green. HEX triplet: 05, A2 and 2D. RGB value is (5,162,45). Sum of RGB (Red+Green+Blue) = 5+162+45=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 162 (63.67% from 255 or 76.42% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 162 - color contains mainly: green. Hex color #05A22D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A22D is #FA5DD2. Grayscale: #666666. Windows color (decimal): -16408019 or 2990597. OLE color: 2990597.
HSL color Cylindrical-coordinate representation of color #05A22D: hue angle of 135.29º 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 #05A22D is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 162 | 45 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.36 |
| HSL | 135.29º | 0.94% | 0.33% | - |
| HSV(B) | 135.29º | 0.97% | 0.64% | - |
| XYZ | 13.46 | 26.06 | 6.8 | - |
| YUV | 101.72 | 95.99 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 162 | 45 | 0.97 | 0 | 0.72 | 0.36 | 135.29 | 0.94 | 0.33 |
| Hex | 5 | A2 | 2D | 61 | 0 | 48 | 24 | 87 | 5E | 21 |
| Octal | 5 | 242 | 55 | 141 | 0 | 110 | 44 | 207 | 136 | 41 |
| Binary | 101 | 10100010 | 101101 | 1100001 | 0 | 1001000 | 100100 | 10000111 | 1011110 | 100001 |
Color Harmonies of #05A22D
Complementary color
Monochromatic Colors of #05A22D
Black with #05A22D
Text Example
Text Example
White with #05A22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A22D; }
p { color: rgb(5,162,45); }
H1.HeaderClassName
{
color: #05A22D;
}
.AnyTagClassName
{
color: #05A22D;
}
</style>
background-color css
<style>
a { background-color: #05A22D; }
a { background-color: rgb(5,162,45); }
div.DivClassName
{
background-color: #05A22D;
}
.BgClassName
{
background-color: #05A22D;
}
</style>
border-color css
<style>
span { border-color: #05A22D; }
span { border-color: rgb(5,162,45); }
td.TdClassName
{
border-color: #05A22D;
}
.TagClassName
{
border-color: #05A22D;
}
</style>