Shades of Dark Pastel Green #059A2D
Tints of Dark Pastel Green #059A2D
RGB
CMYK
RGB Variations
Color information
#059A2D (or 0x059A2D) is known color: Dark Pastel Green. HEX triplet: 05, 9A and 2D. RGB value is (5,154,45). Sum of RGB (Red+Green+Blue) = 5+154+45=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 154 (60.55% from 255 or 75.49% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 154 - color contains mainly: green. Hex color #059A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059A2D is #FA65D2. Grayscale: #616161. Windows color (decimal): -16410067 or 2988549. OLE color: 2988549.
HSL color Cylindrical-coordinate representation of color #059A2D: hue angle of 136.11º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059A2D is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 154 | 45 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.40 |
| HSL | 136.11º | 0.94% | 0.31% | - |
| HSV(B) | 136.11º | 0.97% | 0.6% | - |
| XYZ | 12.09 | 23.33 | 6.35 | - |
| YUV | 97.02 | 98.64 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 154 | 45 | 0.97 | 0 | 0.71 | 0.40 | 136.11 | 0.94 | 0.31 |
| Hex | 5 | 9A | 2D | 61 | 0 | 47 | 28 | 88 | 5E | 1F |
| Octal | 5 | 232 | 55 | 141 | 0 | 107 | 50 | 210 | 136 | 37 |
| Binary | 101 | 10011010 | 101101 | 1100001 | 0 | 1000111 | 101000 | 10001000 | 1011110 | 11111 |
Color Harmonies of #059A2D
Complementary color
Monochromatic Colors of #059A2D
Black with #059A2D
Text Example
Text Example
White with #059A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059A2D; }
p { color: rgb(5,154,45); }
H1.HeaderClassName
{
color: #059A2D;
}
.AnyTagClassName
{
color: #059A2D;
}
</style>
background-color css
<style>
a { background-color: #059A2D; }
a { background-color: rgb(5,154,45); }
div.DivClassName
{
background-color: #059A2D;
}
.BgClassName
{
background-color: #059A2D;
}
</style>
border-color css
<style>
span { border-color: #059A2D; }
span { border-color: rgb(5,154,45); }
td.TdClassName
{
border-color: #059A2D;
}
.TagClassName
{
border-color: #059A2D;
}
</style>