Shades of Dark Slate Grey #294E4A
Tints of Dark Slate Grey #294E4A
RGB
CMYK
RGB Variations
Color information
#294E4A (or 0x294E4A) is known color: Dark Slate Grey. HEX triplet: 29, 4E and 4A. RGB value is (41,78,74). Sum of RGB (Red+Green+Blue) = 41+78+74=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 78 - color contains mainly: green. Hex color #294E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E4A is #D6B1B5. Grayscale: #424242. Windows color (decimal): -14070198 or 4869673. OLE color: 4869673.
HSL color Cylindrical-coordinate representation of color #294E4A: hue angle of 173.51º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294E4A is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 78 | 74 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.69 |
| HSL | 173.51º | 0.31% | 0.23% | - |
| HSV(B) | 173.51º | 0.47% | 0.31% | - |
| XYZ | 4.87 | 6.41 | 7.46 | - |
| YUV | 66.48 | 132.24 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 74 | 0.47 | 0 | 0.05 | 0.69 | 173.51 | 0.31 | 0.23 |
| Hex | 29 | 4E | 4A | 2F | 0 | 5 | 45 | AE | 1F | 17 |
| Octal | 51 | 116 | 112 | 57 | 0 | 5 | 105 | 256 | 37 | 27 |
| Binary | 101001 | 1001110 | 1001010 | 101111 | 0 | 101 | 1000101 | 10101110 | 11111 | 10111 |
Color Harmonies of #294E4A
Complementary color
Monochromatic Colors of #294E4A
Black with #294E4A
Text Example
Text Example
White with #294E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E4A; }
p { color: rgb(41,78,74); }
H1.HeaderClassName
{
color: #294E4A;
}
.AnyTagClassName
{
color: #294E4A;
}
</style>
background-color css
<style>
a { background-color: #294E4A; }
a { background-color: rgb(41,78,74); }
div.DivClassName
{
background-color: #294E4A;
}
.BgClassName
{
background-color: #294E4A;
}
</style>
border-color css
<style>
span { border-color: #294E4A; }
span { border-color: rgb(41,78,74); }
td.TdClassName
{
border-color: #294E4A;
}
.TagClassName
{
border-color: #294E4A;
}
</style>