Shades of Dark Slate Grey #29514F
Tints of Dark Slate Grey #29514F
RGB
CMYK
RGB Variations
Color information
#29514F (or 0x29514F) is known color: Dark Slate Grey. HEX triplet: 29, 51 and 4F. RGB value is (41,81,79). Sum of RGB (Red+Green+Blue) = 41+81+79=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 81 - color contains mainly: green. Hex color #29514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29514F is #D6AEB0. Grayscale: #444444. Windows color (decimal): -14069425 or 5198121. OLE color: 5198121.
HSL color Cylindrical-coordinate representation of color #29514F: hue angle of 177º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29514F is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 81 | 79 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.68 |
| HSL | 177º | 0.33% | 0.24% | - |
| HSV(B) | 177º | 0.49% | 0.32% | - |
| XYZ | 5.27 | 6.92 | 8.46 | - |
| YUV | 68.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 79 | 0.49 | 0 | 0.02 | 0.68 | 177 | 0.33 | 0.24 |
| Hex | 29 | 51 | 4F | 31 | 0 | 2 | 44 | B1 | 21 | 18 |
| Octal | 51 | 121 | 117 | 61 | 0 | 2 | 104 | 261 | 41 | 30 |
| Binary | 101001 | 1010001 | 1001111 | 110001 | 0 | 10 | 1000100 | 10110001 | 100001 | 11000 |
Color Harmonies of #29514F
Complementary color
Monochromatic Colors of #29514F
Black with #29514F
Text Example
Text Example
White with #29514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29514F; }
p { color: rgb(41,81,79); }
H1.HeaderClassName
{
color: #29514F;
}
.AnyTagClassName
{
color: #29514F;
}
</style>
background-color css
<style>
a { background-color: #29514F; }
a { background-color: rgb(41,81,79); }
div.DivClassName
{
background-color: #29514F;
}
.BgClassName
{
background-color: #29514F;
}
</style>
border-color css
<style>
span { border-color: #29514F; }
span { border-color: rgb(41,81,79); }
td.TdClassName
{
border-color: #29514F;
}
.TagClassName
{
border-color: #29514F;
}
</style>