Shades of Dark Pastel Green #059C2D
Tints of Dark Pastel Green #059C2D
RGB
CMYK
RGB Variations
Color information
#059C2D (or 0x059C2D) is known color: Dark Pastel Green. HEX triplet: 05, 9C and 2D. RGB value is (5,156,45). Sum of RGB (Red+Green+Blue) = 5+156+45=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 156 (61.33% from 255 or 75.73% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 156 - color contains mainly: green. Hex color #059C2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059C2D is #FA63D2. Grayscale: #626262. Windows color (decimal): -16409555 or 2989061. OLE color: 2989061.
HSL color Cylindrical-coordinate representation of color #059C2D: hue angle of 135.89º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059C2D is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 156 | 45 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.39 |
| HSL | 135.89º | 0.94% | 0.32% | - |
| HSV(B) | 135.89º | 0.97% | 0.61% | - |
| XYZ | 12.42 | 24 | 6.46 | - |
| YUV | 98.2 | 97.97 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 156 | 45 | 0.97 | 0 | 0.71 | 0.39 | 135.89 | 0.94 | 0.32 |
| Hex | 5 | 9C | 2D | 61 | 0 | 47 | 27 | 88 | 5E | 20 |
| Octal | 5 | 234 | 55 | 141 | 0 | 107 | 47 | 210 | 136 | 40 |
| Binary | 101 | 10011100 | 101101 | 1100001 | 0 | 1000111 | 100111 | 10001000 | 1011110 | 100000 |
Color Harmonies of #059C2D
Complementary color
Monochromatic Colors of #059C2D
Black with #059C2D
Text Example
Text Example
White with #059C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #059C2D; }
p { color: rgb(5,156,45); }
H1.HeaderClassName
{
color: #059C2D;
}
.AnyTagClassName
{
color: #059C2D;
}
</style>
background-color css
<style>
a { background-color: #059C2D; }
a { background-color: rgb(5,156,45); }
div.DivClassName
{
background-color: #059C2D;
}
.BgClassName
{
background-color: #059C2D;
}
</style>
border-color css
<style>
span { border-color: #059C2D; }
span { border-color: rgb(5,156,45); }
td.TdClassName
{
border-color: #059C2D;
}
.TagClassName
{
border-color: #059C2D;
}
</style>