Shades of Dark Slate Grey #2A5956
Tints of Dark Slate Grey #2A5956
RGB
CMYK
RGB Variations
Color information
#2A5956 (or 0x2A5956) is known color: Dark Slate Grey. HEX triplet: 2A, 59 and 56. RGB value is (42,89,86). Sum of RGB (Red+Green+Blue) = 42+89+86=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #2A5956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5956 is #D5A6A9. Grayscale: #4A4A4A. Windows color (decimal): -14001834 or 5658922. OLE color: 5658922.
HSL color Cylindrical-coordinate representation of color #2A5956: hue angle of 176.17º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A5956 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 89 | 86 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.65 |
| HSL | 176.17º | 0.36% | 0.26% | - |
| HSV(B) | 176.17º | 0.53% | 0.35% | - |
| XYZ | 6.21 | 8.31 | 10.08 | - |
| YUV | 74.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 89 | 86 | 0.53 | 0 | 0.03 | 0.65 | 176.17 | 0.36 | 0.26 |
| Hex | 2A | 59 | 56 | 35 | 0 | 3 | 41 | B0 | 24 | 1A |
| Octal | 52 | 131 | 126 | 65 | 0 | 3 | 101 | 260 | 44 | 32 |
| Binary | 101010 | 1011001 | 1010110 | 110101 | 0 | 11 | 1000001 | 10110000 | 100100 | 11010 |
Color Harmonies of #2A5956
Complementary color
Monochromatic Colors of #2A5956
Black with #2A5956
Text Example
Text Example
White with #2A5956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5956; }
p { color: rgb(42,89,86); }
H1.HeaderClassName
{
color: #2A5956;
}
.AnyTagClassName
{
color: #2A5956;
}
</style>
background-color css
<style>
a { background-color: #2A5956; }
a { background-color: rgb(42,89,86); }
div.DivClassName
{
background-color: #2A5956;
}
.BgClassName
{
background-color: #2A5956;
}
</style>
border-color css
<style>
span { border-color: #2A5956; }
span { border-color: rgb(42,89,86); }
td.TdClassName
{
border-color: #2A5956;
}
.TagClassName
{
border-color: #2A5956;
}
</style>