Shades of Dark Pastel Green #05A32B
Tints of Dark Pastel Green #05A32B
RGB
CMYK
RGB Variations
Color information
#05A32B (or 0x05A32B) is known color: Dark Pastel Green. HEX triplet: 05, A3 and 2B. RGB value is (5,163,43). Sum of RGB (Red+Green+Blue) = 5+163+43=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 163 (64.06% from 255 or 77.25% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 163 - color contains mainly: green. Hex color #05A32B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A32B is #FA5CD4. Grayscale: #666666. Windows color (decimal): -16407765 or 2859781. OLE color: 2859781.
HSL color Cylindrical-coordinate representation of color #05A32B: hue angle of 134.43º 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 #05A32B is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 163 | 43 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.36 |
| HSL | 134.43º | 0.94% | 0.33% | - |
| HSV(B) | 134.43º | 0.97% | 0.64% | - |
| XYZ | 13.6 | 26.4 | 6.66 | - |
| YUV | 102.08 | 94.65 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 163 | 43 | 0.97 | 0 | 0.74 | 0.36 | 134.43 | 0.94 | 0.33 |
| Hex | 5 | A3 | 2B | 61 | 0 | 4A | 24 | 86 | 5E | 21 |
| Octal | 5 | 243 | 53 | 141 | 0 | 112 | 44 | 206 | 136 | 41 |
| Binary | 101 | 10100011 | 101011 | 1100001 | 0 | 1001010 | 100100 | 10000110 | 1011110 | 100001 |
Color Harmonies of #05A32B
Complementary color
Monochromatic Colors of #05A32B
Black with #05A32B
Text Example
Text Example
White with #05A32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A32B; }
p { color: rgb(5,163,43); }
H1.HeaderClassName
{
color: #05A32B;
}
.AnyTagClassName
{
color: #05A32B;
}
</style>
background-color css
<style>
a { background-color: #05A32B; }
a { background-color: rgb(5,163,43); }
div.DivClassName
{
background-color: #05A32B;
}
.BgClassName
{
background-color: #05A32B;
}
</style>
border-color css
<style>
span { border-color: #05A32B; }
span { border-color: rgb(5,163,43); }
td.TdClassName
{
border-color: #05A32B;
}
.TagClassName
{
border-color: #05A32B;
}
</style>