Shades of Dark Slate Grey #2B5956
Tints of Dark Slate Grey #2B5956
RGB
CMYK
RGB Variations
Color information
#2B5956 (or 0x2B5956) is known color: Dark Slate Grey. HEX triplet: 2B, 59 and 56. RGB value is (43,89,86). Sum of RGB (Red+Green+Blue) = 43+89+86=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #2B5956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5956 is #D4A6A9. Grayscale: #4A4A4A. Windows color (decimal): -13936298 or 5658923. OLE color: 5658923.
HSL color Cylindrical-coordinate representation of color #2B5956: hue angle of 176.09º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B5956 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 89 | 86 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.65 |
| HSL | 176.09º | 0.35% | 0.26% | - |
| HSV(B) | 176.09º | 0.52% | 0.35% | - |
| XYZ | 6.25 | 8.33 | 10.08 | - |
| YUV | 74.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 89 | 86 | 0.52 | 0 | 0.03 | 0.65 | 176.09 | 0.35 | 0.26 |
| Hex | 2B | 59 | 56 | 34 | 0 | 3 | 41 | B0 | 23 | 1A |
| Octal | 53 | 131 | 126 | 64 | 0 | 3 | 101 | 260 | 43 | 32 |
| Binary | 101011 | 1011001 | 1010110 | 110100 | 0 | 11 | 1000001 | 10110000 | 100011 | 11010 |
Color Harmonies of #2B5956
Complementary color
Monochromatic Colors of #2B5956
Black with #2B5956
Text Example
Text Example
White with #2B5956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5956; }
p { color: rgb(43,89,86); }
H1.HeaderClassName
{
color: #2B5956;
}
.AnyTagClassName
{
color: #2B5956;
}
</style>
background-color css
<style>
a { background-color: #2B5956; }
a { background-color: rgb(43,89,86); }
div.DivClassName
{
background-color: #2B5956;
}
.BgClassName
{
background-color: #2B5956;
}
</style>
border-color css
<style>
span { border-color: #2B5956; }
span { border-color: rgb(43,89,86); }
td.TdClassName
{
border-color: #2B5956;
}
.TagClassName
{
border-color: #2B5956;
}
</style>