Shades of Dark Pastel Green #05A42A
Tints of Dark Pastel Green #05A42A
RGB
CMYK
RGB Variations
Color information
#05A42A (or 0x05A42A) is known color: Dark Pastel Green. HEX triplet: 05, A4 and 2A. RGB value is (5,164,42). Sum of RGB (Red+Green+Blue) = 5+164+42=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 164 (64.45% from 255 or 77.73% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 164 - color contains mainly: green. Hex color #05A42A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A42A is #FA5BD5. Grayscale: #666666. Windows color (decimal): -16407510 or 2794501. OLE color: 2794501.
HSL color Cylindrical-coordinate representation of color #05A42A: hue angle of 133.96º 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 #05A42A is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 164 | 42 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.36 |
| HSL | 133.96º | 0.94% | 0.33% | - |
| HSV(B) | 133.96º | 0.97% | 0.64% | - |
| XYZ | 13.76 | 26.75 | 6.63 | - |
| YUV | 102.55 | 93.82 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 164 | 42 | 0.97 | 0 | 0.74 | 0.36 | 133.96 | 0.94 | 0.33 |
| Hex | 5 | A4 | 2A | 61 | 0 | 4A | 24 | 86 | 5E | 21 |
| Octal | 5 | 244 | 52 | 141 | 0 | 112 | 44 | 206 | 136 | 41 |
| Binary | 101 | 10100100 | 101010 | 1100001 | 0 | 1001010 | 100100 | 10000110 | 1011110 | 100001 |
Color Harmonies of #05A42A
Complementary color
Monochromatic Colors of #05A42A
Black with #05A42A
Text Example
Text Example
White with #05A42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A42A; }
p { color: rgb(5,164,42); }
H1.HeaderClassName
{
color: #05A42A;
}
.AnyTagClassName
{
color: #05A42A;
}
</style>
background-color css
<style>
a { background-color: #05A42A; }
a { background-color: rgb(5,164,42); }
div.DivClassName
{
background-color: #05A42A;
}
.BgClassName
{
background-color: #05A42A;
}
</style>
border-color css
<style>
span { border-color: #05A42A; }
span { border-color: rgb(5,164,42); }
td.TdClassName
{
border-color: #05A42A;
}
.TagClassName
{
border-color: #05A42A;
}
</style>