Shades of Dark Slate Grey #2D504E
Tints of Dark Slate Grey #2D504E
RGB
CMYK
RGB Variations
Color information
#2D504E (or 0x2D504E) is known color: Dark Slate Grey. HEX triplet: 2D, 50 and 4E. RGB value is (45,80,78). Sum of RGB (Red+Green+Blue) = 45+80+78=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #2D504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D504E is #D2AFB1. Grayscale: #454545. Windows color (decimal): -13807538 or 5132333. OLE color: 5132333.
HSL color Cylindrical-coordinate representation of color #2D504E: hue angle of 176.57º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D504E is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 80 | 78 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.69 |
| HSL | 176.57º | 0.28% | 0.25% | - |
| HSV(B) | 176.57º | 0.44% | 0.31% | - |
| XYZ | 5.33 | 6.85 | 8.25 | - |
| YUV | 69.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 78 | 0.44 | 0 | 0.02 | 0.69 | 176.57 | 0.28 | 0.25 |
| Hex | 2D | 50 | 4E | 2C | 0 | 2 | 45 | B1 | 1C | 19 |
| Octal | 55 | 120 | 116 | 54 | 0 | 2 | 105 | 261 | 34 | 31 |
| Binary | 101101 | 1010000 | 1001110 | 101100 | 0 | 10 | 1000101 | 10110001 | 11100 | 11001 |
Color Harmonies of #2D504E
Complementary color
Monochromatic Colors of #2D504E
Black with #2D504E
Text Example
Text Example
White with #2D504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D504E; }
p { color: rgb(45,80,78); }
H1.HeaderClassName
{
color: #2D504E;
}
.AnyTagClassName
{
color: #2D504E;
}
</style>
background-color css
<style>
a { background-color: #2D504E; }
a { background-color: rgb(45,80,78); }
div.DivClassName
{
background-color: #2D504E;
}
.BgClassName
{
background-color: #2D504E;
}
</style>
border-color css
<style>
span { border-color: #2D504E; }
span { border-color: rgb(45,80,78); }
td.TdClassName
{
border-color: #2D504E;
}
.TagClassName
{
border-color: #2D504E;
}
</style>