Shades of Dark Pastel Green #059D2B
Tints of Dark Pastel Green #059D2B
RGB
CMYK
RGB Variations
Color information
#059D2B (or 0x059D2B) is known color: Dark Pastel Green. HEX triplet: 05, 9D and 2B. RGB value is (5,157,43). Sum of RGB (Red+Green+Blue) = 5+157+43=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 157 (61.72% from 255 or 76.59% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 157 - color contains mainly: green. Hex color #059D2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059D2B is #FA62D4. Grayscale: #626262. Windows color (decimal): -16409301 or 2858245. OLE color: 2858245.
HSL color Cylindrical-coordinate representation of color #059D2B: hue angle of 135º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059D2B is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 157 | 43 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.38 |
| HSL | 135º | 0.94% | 0.32% | - |
| HSV(B) | 135º | 0.97% | 0.62% | - |
| XYZ | 12.56 | 24.32 | 6.32 | - |
| YUV | 98.56 | 96.64 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 157 | 43 | 0.97 | 0 | 0.73 | 0.38 | 135 | 0.94 | 0.32 |
| Hex | 5 | 9D | 2B | 61 | 0 | 49 | 26 | 87 | 5E | 20 |
| Octal | 5 | 235 | 53 | 141 | 0 | 111 | 46 | 207 | 136 | 40 |
| Binary | 101 | 10011101 | 101011 | 1100001 | 0 | 1001001 | 100110 | 10000111 | 1011110 | 100000 |
Color Harmonies of #059D2B
Complementary color
Monochromatic Colors of #059D2B
Black with #059D2B
Text Example
Text Example
White with #059D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059D2B; }
p { color: rgb(5,157,43); }
H1.HeaderClassName
{
color: #059D2B;
}
.AnyTagClassName
{
color: #059D2B;
}
</style>
background-color css
<style>
a { background-color: #059D2B; }
a { background-color: rgb(5,157,43); }
div.DivClassName
{
background-color: #059D2B;
}
.BgClassName
{
background-color: #059D2B;
}
</style>
border-color css
<style>
span { border-color: #059D2B; }
span { border-color: rgb(5,157,43); }
td.TdClassName
{
border-color: #059D2B;
}
.TagClassName
{
border-color: #059D2B;
}
</style>