Shades of Dark Slate Grey #2D5251
Tints of Dark Slate Grey #2D5251
RGB
CMYK
RGB Variations
Color information
#2D5251 (or 0x2D5251) is known color: Dark Slate Grey. HEX triplet: 2D, 52 and 51. RGB value is (45,82,81). Sum of RGB (Red+Green+Blue) = 45+82+81=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5251 is #D2ADAE. Grayscale: #464646. Windows color (decimal): -13807023 or 5329453. OLE color: 5329453.
HSL color Cylindrical-coordinate representation of color #2D5251: hue angle of 178.38º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2D5251 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 82 | 81 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.68 |
| HSL | 178.38º | 0.29% | 0.25% | - |
| HSV(B) | 178.38º | 0.45% | 0.32% | - |
| XYZ | 5.58 | 7.19 | 8.88 | - |
| YUV | 70.82 | 133.74 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 81 | 0.45 | 0 | 0.01 | 0.68 | 178.38 | 0.29 | 0.25 |
| Hex | 2D | 52 | 51 | 2D | 0 | 1 | 44 | B2 | 1D | 19 |
| Octal | 55 | 122 | 121 | 55 | 0 | 1 | 104 | 262 | 35 | 31 |
| Binary | 101101 | 1010010 | 1010001 | 101101 | 0 | 1 | 1000100 | 10110010 | 11101 | 11001 |
Color Harmonies of #2D5251
Complementary color
Monochromatic Colors of #2D5251
Black with #2D5251
Text Example
Text Example
White with #2D5251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5251; }
p { color: rgb(45,82,81); }
H1.HeaderClassName
{
color: #2D5251;
}
.AnyTagClassName
{
color: #2D5251;
}
</style>
background-color css
<style>
a { background-color: #2D5251; }
a { background-color: rgb(45,82,81); }
div.DivClassName
{
background-color: #2D5251;
}
.BgClassName
{
background-color: #2D5251;
}
</style>
border-color css
<style>
span { border-color: #2D5251; }
span { border-color: rgb(45,82,81); }
td.TdClassName
{
border-color: #2D5251;
}
.TagClassName
{
border-color: #2D5251;
}
</style>