Shades of Dark Slate Grey #2F4E4C
Tints of Dark Slate Grey #2F4E4C
RGB
CMYK
RGB Variations
Color information
#2F4E4C (or 0x2F4E4C) is known color: Dark Slate Grey. HEX triplet: 2F, 4E and 4C. RGB value is (47,78,76). Sum of RGB (Red+Green+Blue) = 47+78+76=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4E4C is #D0B1B3. Grayscale: #444444. Windows color (decimal): -13676980 or 5000751. OLE color: 5000751.
HSL color Cylindrical-coordinate representation of color #2F4E4C: hue angle of 176.13º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F4E4C is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 78 | 76 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.69 |
| HSL | 176.13º | 0.25% | 0.25% | - |
| HSV(B) | 176.13º | 0.4% | 0.31% | - |
| XYZ | 5.2 | 6.57 | 7.83 | - |
| YUV | 68.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 78 | 76 | 0.40 | 0 | 0.03 | 0.69 | 176.13 | 0.25 | 0.25 |
| Hex | 2F | 4E | 4C | 28 | 0 | 3 | 45 | B0 | 19 | 19 |
| Octal | 57 | 116 | 114 | 50 | 0 | 3 | 105 | 260 | 31 | 31 |
| Binary | 101111 | 1001110 | 1001100 | 101000 | 0 | 11 | 1000101 | 10110000 | 11001 | 11001 |
Color Harmonies of #2F4E4C
Complementary color
Monochromatic Colors of #2F4E4C
Black with #2F4E4C
Text Example
Text Example
White with #2F4E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4E4C; }
p { color: rgb(47,78,76); }
H1.HeaderClassName
{
color: #2F4E4C;
}
.AnyTagClassName
{
color: #2F4E4C;
}
</style>
background-color css
<style>
a { background-color: #2F4E4C; }
a { background-color: rgb(47,78,76); }
div.DivClassName
{
background-color: #2F4E4C;
}
.BgClassName
{
background-color: #2F4E4C;
}
</style>
border-color css
<style>
span { border-color: #2F4E4C; }
span { border-color: rgb(47,78,76); }
td.TdClassName
{
border-color: #2F4E4C;
}
.TagClassName
{
border-color: #2F4E4C;
}
</style>