Shades of Dark Slate Grey #2D504F
Tints of Dark Slate Grey #2D504F
RGB
CMYK
RGB Variations
Color information
#2D504F (or 0x2D504F) is known color: Dark Slate Grey. HEX triplet: 2D, 50 and 4F. RGB value is (45,80,79). Sum of RGB (Red+Green+Blue) = 45+80+79=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 80 - color contains mainly: green. Hex color #2D504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D504F is #D2AFB0. Grayscale: #454545. Windows color (decimal): -13807537 or 5197869. OLE color: 5197869.
HSL color Cylindrical-coordinate representation of color #2D504F: hue angle of 178.29º 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 #2D504F is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 80 | 79 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.69 |
| HSL | 178.29º | 0.28% | 0.25% | - |
| HSV(B) | 178.29º | 0.44% | 0.31% | - |
| XYZ | 5.36 | 6.86 | 8.44 | - |
| YUV | 69.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 80 | 79 | 0.44 | 0 | 0.01 | 0.69 | 178.29 | 0.28 | 0.25 |
| Hex | 2D | 50 | 4F | 2C | 0 | 1 | 45 | B2 | 1C | 19 |
| Octal | 55 | 120 | 117 | 54 | 0 | 1 | 105 | 262 | 34 | 31 |
| Binary | 101101 | 1010000 | 1001111 | 101100 | 0 | 1 | 1000101 | 10110010 | 11100 | 11001 |
Color Harmonies of #2D504F
Complementary color
Monochromatic Colors of #2D504F
Black with #2D504F
Text Example
Text Example
White with #2D504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D504F; }
p { color: rgb(45,80,79); }
H1.HeaderClassName
{
color: #2D504F;
}
.AnyTagClassName
{
color: #2D504F;
}
</style>
background-color css
<style>
a { background-color: #2D504F; }
a { background-color: rgb(45,80,79); }
div.DivClassName
{
background-color: #2D504F;
}
.BgClassName
{
background-color: #2D504F;
}
</style>
border-color css
<style>
span { border-color: #2D504F; }
span { border-color: rgb(45,80,79); }
td.TdClassName
{
border-color: #2D504F;
}
.TagClassName
{
border-color: #2D504F;
}
</style>