Shades of Dark Pastel Green #059B2D
Tints of Dark Pastel Green #059B2D
RGB
CMYK
RGB Variations
Color information
#059B2D (or 0x059B2D) is known color: Dark Pastel Green. HEX triplet: 05, 9B and 2D. RGB value is (5,155,45). Sum of RGB (Red+Green+Blue) = 5+155+45=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 155 (60.94% from 255 or 75.61% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 155 - color contains mainly: green. Hex color #059B2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059B2D is #FA64D2. Grayscale: #616161. Windows color (decimal): -16409811 or 2988805. OLE color: 2988805.
HSL color Cylindrical-coordinate representation of color #059B2D: hue angle of 136º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059B2D is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 155 | 45 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.39 |
| HSL | 136º | 0.94% | 0.31% | - |
| HSV(B) | 136º | 0.97% | 0.61% | - |
| XYZ | 12.26 | 23.66 | 6.4 | - |
| YUV | 97.61 | 98.31 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 155 | 45 | 0.97 | 0 | 0.71 | 0.39 | 136 | 0.94 | 0.31 |
| Hex | 5 | 9B | 2D | 61 | 0 | 47 | 27 | 88 | 5E | 1F |
| Octal | 5 | 233 | 55 | 141 | 0 | 107 | 47 | 210 | 136 | 37 |
| Binary | 101 | 10011011 | 101101 | 1100001 | 0 | 1000111 | 100111 | 10001000 | 1011110 | 11111 |
Color Harmonies of #059B2D
Complementary color
Monochromatic Colors of #059B2D
Black with #059B2D
Text Example
Text Example
White with #059B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059B2D; }
p { color: rgb(5,155,45); }
H1.HeaderClassName
{
color: #059B2D;
}
.AnyTagClassName
{
color: #059B2D;
}
</style>
background-color css
<style>
a { background-color: #059B2D; }
a { background-color: rgb(5,155,45); }
div.DivClassName
{
background-color: #059B2D;
}
.BgClassName
{
background-color: #059B2D;
}
</style>
border-color css
<style>
span { border-color: #059B2D; }
span { border-color: rgb(5,155,45); }
td.TdClassName
{
border-color: #059B2D;
}
.TagClassName
{
border-color: #059B2D;
}
</style>