Shades of Dark Slate Grey #2D4F4D
Tints of Dark Slate Grey #2D4F4D
RGB
CMYK
RGB Variations
Color information
#2D4F4D (or 0x2D4F4D) is known color: Dark Slate Grey. HEX triplet: 2D, 4F and 4D. RGB value is (45,79,77). Sum of RGB (Red+Green+Blue) = 45+79+77=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 79 - color contains mainly: green. Hex color #2D4F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D4F4D is #D2B0B2. Grayscale: #444444. Windows color (decimal): -13807795 or 5066541. OLE color: 5066541.
HSL color Cylindrical-coordinate representation of color #2D4F4D: hue angle of 176.47º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2D4F4D is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 79 | 77 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.69 |
| HSL | 176.47º | 0.27% | 0.24% | - |
| HSV(B) | 176.47º | 0.43% | 0.31% | - |
| XYZ | 5.22 | 6.69 | 8.04 | - |
| YUV | 68.61 | 132.74 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 79 | 77 | 0.43 | 0 | 0.03 | 0.69 | 176.47 | 0.27 | 0.24 |
| Hex | 2D | 4F | 4D | 2B | 0 | 3 | 45 | B0 | 1B | 18 |
| Octal | 55 | 117 | 115 | 53 | 0 | 3 | 105 | 260 | 33 | 30 |
| Binary | 101101 | 1001111 | 1001101 | 101011 | 0 | 11 | 1000101 | 10110000 | 11011 | 11000 |
Color Harmonies of #2D4F4D
Complementary color
Monochromatic Colors of #2D4F4D
Black with #2D4F4D
Text Example
Text Example
White with #2D4F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4F4D; }
p { color: rgb(45,79,77); }
H1.HeaderClassName
{
color: #2D4F4D;
}
.AnyTagClassName
{
color: #2D4F4D;
}
</style>
background-color css
<style>
a { background-color: #2D4F4D; }
a { background-color: rgb(45,79,77); }
div.DivClassName
{
background-color: #2D4F4D;
}
.BgClassName
{
background-color: #2D4F4D;
}
</style>
border-color css
<style>
span { border-color: #2D4F4D; }
span { border-color: rgb(45,79,77); }
td.TdClassName
{
border-color: #2D4F4D;
}
.TagClassName
{
border-color: #2D4F4D;
}
</style>