Shades of Dark Slate Grey #294F4C
Tints of Dark Slate Grey #294F4C
RGB
CMYK
RGB Variations
Color information
#294F4C (or 0x294F4C) is known color: Dark Slate Grey. HEX triplet: 29, 4F and 4C. RGB value is (41,79,76). Sum of RGB (Red+Green+Blue) = 41+79+76=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 79 - color contains mainly: green. Hex color #294F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F4C is #D6B0B3. Grayscale: #434343. Windows color (decimal): -14069940 or 5001001. OLE color: 5001001.
HSL color Cylindrical-coordinate representation of color #294F4C: hue angle of 175.26º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #294F4C is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 79 | 76 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.69 |
| HSL | 175.26º | 0.32% | 0.24% | - |
| HSV(B) | 175.26º | 0.48% | 0.31% | - |
| XYZ | 5.01 | 6.59 | 7.84 | - |
| YUV | 67.3 | 132.91 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 76 | 0.48 | 0 | 0.04 | 0.69 | 175.26 | 0.32 | 0.24 |
| Hex | 29 | 4F | 4C | 30 | 0 | 4 | 45 | AF | 20 | 18 |
| Octal | 51 | 117 | 114 | 60 | 0 | 4 | 105 | 257 | 40 | 30 |
| Binary | 101001 | 1001111 | 1001100 | 110000 | 0 | 100 | 1000101 | 10101111 | 100000 | 11000 |
Color Harmonies of #294F4C
Complementary color
Monochromatic Colors of #294F4C
Black with #294F4C
Text Example
Text Example
White with #294F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F4C; }
p { color: rgb(41,79,76); }
H1.HeaderClassName
{
color: #294F4C;
}
.AnyTagClassName
{
color: #294F4C;
}
</style>
background-color css
<style>
a { background-color: #294F4C; }
a { background-color: rgb(41,79,76); }
div.DivClassName
{
background-color: #294F4C;
}
.BgClassName
{
background-color: #294F4C;
}
</style>
border-color css
<style>
span { border-color: #294F4C; }
span { border-color: rgb(41,79,76); }
td.TdClassName
{
border-color: #294F4C;
}
.TagClassName
{
border-color: #294F4C;
}
</style>