Shades of Dark Slate Grey #29504C
Tints of Dark Slate Grey #29504C
RGB
CMYK
RGB Variations
Color information
#29504C (or 0x29504C) is known color: Dark Slate Grey. HEX triplet: 29, 50 and 4C. RGB value is (41,80,76). Sum of RGB (Red+Green+Blue) = 41+80+76=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 80 - color contains mainly: green. Hex color #29504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29504C is #D6AFB3. Grayscale: #434343. Windows color (decimal): -14069684 or 5001257. OLE color: 5001257.
HSL color Cylindrical-coordinate representation of color #29504C: hue angle of 173.85º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #29504C is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 80 | 76 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.69 |
| HSL | 173.85º | 0.32% | 0.24% | - |
| HSV(B) | 173.85º | 0.49% | 0.31% | - |
| XYZ | 5.09 | 6.73 | 7.87 | - |
| YUV | 67.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 76 | 0.49 | 0 | 0.05 | 0.69 | 173.85 | 0.32 | 0.24 |
| Hex | 29 | 50 | 4C | 31 | 0 | 5 | 45 | AE | 20 | 18 |
| Octal | 51 | 120 | 114 | 61 | 0 | 5 | 105 | 256 | 40 | 30 |
| Binary | 101001 | 1010000 | 1001100 | 110001 | 0 | 101 | 1000101 | 10101110 | 100000 | 11000 |
Color Harmonies of #29504C
Complementary color
Monochromatic Colors of #29504C
Black with #29504C
Text Example
Text Example
White with #29504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29504C; }
p { color: rgb(41,80,76); }
H1.HeaderClassName
{
color: #29504C;
}
.AnyTagClassName
{
color: #29504C;
}
</style>
background-color css
<style>
a { background-color: #29504C; }
a { background-color: rgb(41,80,76); }
div.DivClassName
{
background-color: #29504C;
}
.BgClassName
{
background-color: #29504C;
}
</style>
border-color css
<style>
span { border-color: #29504C; }
span { border-color: rgb(41,80,76); }
td.TdClassName
{
border-color: #29504C;
}
.TagClassName
{
border-color: #29504C;
}
</style>