Shades of Dark Pastel Green #05A42B
Tints of Dark Pastel Green #05A42B
RGB
CMYK
RGB Variations
Color information
#05A42B (or 0x05A42B) is known color: Dark Pastel Green. HEX triplet: 05, A4 and 2B. RGB value is (5,164,43). Sum of RGB (Red+Green+Blue) = 5+164+43=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 164 (64.45% from 255 or 77.36% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 164 - color contains mainly: green. Hex color #05A42B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A42B is #FA5BD4. Grayscale: #666666. Windows color (decimal): -16407509 or 2860037. OLE color: 2860037.
HSL color Cylindrical-coordinate representation of color #05A42B: hue angle of 134.34º 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 #05A42B is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 164 | 43 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.36 |
| HSL | 134.34º | 0.94% | 0.33% | - |
| HSV(B) | 134.34º | 0.97% | 0.64% | - |
| XYZ | 13.77 | 26.76 | 6.72 | - |
| YUV | 102.67 | 94.32 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 164 | 43 | 0.97 | 0 | 0.74 | 0.36 | 134.34 | 0.94 | 0.33 |
| Hex | 5 | A4 | 2B | 61 | 0 | 4A | 24 | 86 | 5E | 21 |
| Octal | 5 | 244 | 53 | 141 | 0 | 112 | 44 | 206 | 136 | 41 |
| Binary | 101 | 10100100 | 101011 | 1100001 | 0 | 1001010 | 100100 | 10000110 | 1011110 | 100001 |
Color Harmonies of #05A42B
Complementary color
Monochromatic Colors of #05A42B
Black with #05A42B
Text Example
Text Example
White with #05A42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A42B; }
p { color: rgb(5,164,43); }
H1.HeaderClassName
{
color: #05A42B;
}
.AnyTagClassName
{
color: #05A42B;
}
</style>
background-color css
<style>
a { background-color: #05A42B; }
a { background-color: rgb(5,164,43); }
div.DivClassName
{
background-color: #05A42B;
}
.BgClassName
{
background-color: #05A42B;
}
</style>
border-color css
<style>
span { border-color: #05A42B; }
span { border-color: rgb(5,164,43); }
td.TdClassName
{
border-color: #05A42B;
}
.TagClassName
{
border-color: #05A42B;
}
</style>