Shades of Dark Slate Grey #2D4F4C
Tints of Dark Slate Grey #2D4F4C
RGB
CMYK
RGB Variations
Color information
#2D4F4C (or 0x2D4F4C) is known color: Dark Slate Grey. HEX triplet: 2D, 4F and 4C. RGB value is (45,79,76). Sum of RGB (Red+Green+Blue) = 45+79+76=200 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 79 - color contains mainly: green. Hex color #2D4F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4F4C is #D2B0B3. Grayscale: #444444. Windows color (decimal): -13807796 or 5001005. OLE color: 5001005.
HSL color Cylindrical-coordinate representation of color #2D4F4C: hue angle of 174.71º 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 #2D4F4C is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 79 | 76 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.69 |
| HSL | 174.71º | 0.27% | 0.24% | - |
| HSV(B) | 174.71º | 0.43% | 0.31% | - |
| XYZ | 5.18 | 6.67 | 7.85 | - |
| YUV | 68.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 79 | 76 | 0.43 | 0 | 0.04 | 0.69 | 174.71 | 0.27 | 0.24 |
| Hex | 2D | 4F | 4C | 2B | 0 | 4 | 45 | AF | 1B | 18 |
| Octal | 55 | 117 | 114 | 53 | 0 | 4 | 105 | 257 | 33 | 30 |
| Binary | 101101 | 1001111 | 1001100 | 101011 | 0 | 100 | 1000101 | 10101111 | 11011 | 11000 |
Color Harmonies of #2D4F4C
Complementary color
Monochromatic Colors of #2D4F4C
Black with #2D4F4C
Text Example
Text Example
White with #2D4F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4F4C; }
p { color: rgb(45,79,76); }
H1.HeaderClassName
{
color: #2D4F4C;
}
.AnyTagClassName
{
color: #2D4F4C;
}
</style>
background-color css
<style>
a { background-color: #2D4F4C; }
a { background-color: rgb(45,79,76); }
div.DivClassName
{
background-color: #2D4F4C;
}
.BgClassName
{
background-color: #2D4F4C;
}
</style>
border-color css
<style>
span { border-color: #2D4F4C; }
span { border-color: rgb(45,79,76); }
td.TdClassName
{
border-color: #2D4F4C;
}
.TagClassName
{
border-color: #2D4F4C;
}
</style>