Shades of Dark Slate Grey #2D5350
Tints of Dark Slate Grey #2D5350
RGB
CMYK
RGB Variations
Color information
#2D5350 (or 0x2D5350) is known color: Dark Slate Grey. HEX triplet: 2D, 53 and 50. RGB value is (45,83,80). Sum of RGB (Red+Green+Blue) = 45+83+80=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5350 is #D2ACAF. Grayscale: #474747. Windows color (decimal): -13806768 or 5264173. OLE color: 5264173.
HSL color Cylindrical-coordinate representation of color #2D5350: hue angle of 175.26º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D5350 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 80 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.67 |
| HSL | 175.26º | 0.3% | 0.25% | - |
| HSV(B) | 175.26º | 0.46% | 0.33% | - |
| XYZ | 5.62 | 7.32 | 8.71 | - |
| YUV | 71.3 | 132.91 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 80 | 0.46 | 0 | 0.04 | 0.67 | 175.26 | 0.3 | 0.25 |
| Hex | 2D | 53 | 50 | 2E | 0 | 4 | 43 | AF | 1E | 19 |
| Octal | 55 | 123 | 120 | 56 | 0 | 4 | 103 | 257 | 36 | 31 |
| Binary | 101101 | 1010011 | 1010000 | 101110 | 0 | 100 | 1000011 | 10101111 | 11110 | 11001 |
Color Harmonies of #2D5350
Complementary color
Monochromatic Colors of #2D5350
Black with #2D5350
Text Example
Text Example
White with #2D5350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5350; }
p { color: rgb(45,83,80); }
H1.HeaderClassName
{
color: #2D5350;
}
.AnyTagClassName
{
color: #2D5350;
}
</style>
background-color css
<style>
a { background-color: #2D5350; }
a { background-color: rgb(45,83,80); }
div.DivClassName
{
background-color: #2D5350;
}
.BgClassName
{
background-color: #2D5350;
}
</style>
border-color css
<style>
span { border-color: #2D5350; }
span { border-color: rgb(45,83,80); }
td.TdClassName
{
border-color: #2D5350;
}
.TagClassName
{
border-color: #2D5350;
}
</style>