Shades of Dark Slate Grey #2D4547
Tints of Dark Slate Grey #2D4547
RGB
CMYK
RGB Variations
Color information
#2D4547 (or 0x2D4547) is known color: Dark Slate Grey. HEX triplet: 2D, 45 and 47. RGB value is (45,69,71). Sum of RGB (Red+Green+Blue) = 45+69+71=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 71 - color contains mainly: blue. Hex color #2D4547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4547 is #D2BAB8. Grayscale: #3E3E3E. Windows color (decimal): -13810361 or 4670765. OLE color: 4670765.
HSL color Cylindrical-coordinate representation of color #2D4547: hue angle of 184.62º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2D4547 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 69 | 71 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.72 |
| HSL | 184.62º | 0.22% | 0.23% | - |
| HSV(B) | 184.62º | 0.37% | 0.28% | - |
| XYZ | 4.35 | 5.27 | 6.75 | - |
| YUV | 62.05 | 133.05 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 69 | 71 | 0.37 | 0.03 | 0 | 0.72 | 184.62 | 0.22 | 0.23 |
| Hex | 2D | 45 | 47 | 25 | 3 | 0 | 48 | B9 | 16 | 17 |
| Octal | 55 | 105 | 107 | 45 | 3 | 0 | 110 | 271 | 26 | 27 |
| Binary | 101101 | 1000101 | 1000111 | 100101 | 11 | 0 | 1001000 | 10111001 | 10110 | 10111 |
Color Harmonies of #2D4547
Complementary color
Monochromatic Colors of #2D4547
Black with #2D4547
Text Example
Text Example
White with #2D4547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4547; }
p { color: rgb(45,69,71); }
H1.HeaderClassName
{
color: #2D4547;
}
.AnyTagClassName
{
color: #2D4547;
}
</style>
background-color css
<style>
a { background-color: #2D4547; }
a { background-color: rgb(45,69,71); }
div.DivClassName
{
background-color: #2D4547;
}
.BgClassName
{
background-color: #2D4547;
}
</style>
border-color css
<style>
span { border-color: #2D4547; }
span { border-color: rgb(45,69,71); }
td.TdClassName
{
border-color: #2D4547;
}
.TagClassName
{
border-color: #2D4547;
}
</style>