Shades of Dark Pastel Green #05A32E
Tints of Dark Pastel Green #05A32E
RGB
CMYK
RGB Variations
Color information
#05A32E (or 0x05A32E) is known color: Dark Pastel Green. HEX triplet: 05, A3 and 2E. RGB value is (5,163,46). Sum of RGB (Red+Green+Blue) = 5+163+46=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 163 (64.06% from 255 or 76.17% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 163 - color contains mainly: green. Hex color #05A32E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A32E is #FA5CD1. Grayscale: #666666. Windows color (decimal): -16407762 or 3056389. OLE color: 3056389.
HSL color Cylindrical-coordinate representation of color #05A32E: hue angle of 135.57º 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 #05A32E is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 163 | 46 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.36 |
| HSL | 135.57º | 0.94% | 0.33% | - |
| HSV(B) | 135.57º | 0.97% | 0.64% | - |
| XYZ | 13.65 | 26.42 | 6.97 | - |
| YUV | 102.42 | 96.15 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 163 | 46 | 0.97 | 0 | 0.72 | 0.36 | 135.57 | 0.94 | 0.33 |
| Hex | 5 | A3 | 2E | 61 | 0 | 48 | 24 | 88 | 5E | 21 |
| Octal | 5 | 243 | 56 | 141 | 0 | 110 | 44 | 210 | 136 | 41 |
| Binary | 101 | 10100011 | 101110 | 1100001 | 0 | 1001000 | 100100 | 10001000 | 1011110 | 100001 |
Color Harmonies of #05A32E
Complementary color
Monochromatic Colors of #05A32E
Black with #05A32E
Text Example
Text Example
White with #05A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A32E; }
p { color: rgb(5,163,46); }
H1.HeaderClassName
{
color: #05A32E;
}
.AnyTagClassName
{
color: #05A32E;
}
</style>
background-color css
<style>
a { background-color: #05A32E; }
a { background-color: rgb(5,163,46); }
div.DivClassName
{
background-color: #05A32E;
}
.BgClassName
{
background-color: #05A32E;
}
</style>
border-color css
<style>
span { border-color: #05A32E; }
span { border-color: rgb(5,163,46); }
td.TdClassName
{
border-color: #05A32E;
}
.TagClassName
{
border-color: #05A32E;
}
</style>