Shades of Dark Slate Grey #294E4B
Tints of Dark Slate Grey #294E4B
RGB
CMYK
RGB Variations
Color information
#294E4B (or 0x294E4B) is known color: Dark Slate Grey. HEX triplet: 29, 4E and 4B. RGB value is (41,78,75). Sum of RGB (Red+Green+Blue) = 41+78+75=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 78 (30.86% from 255 or 40.21% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 78 - color contains mainly: green. Hex color #294E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E4B is #D6B1B4. Grayscale: #424242. Windows color (decimal): -14070197 or 4935209. OLE color: 4935209.
HSL color Cylindrical-coordinate representation of color #294E4B: hue angle of 175.14º 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 #294E4B is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 78 | 75 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.69 |
| HSL | 175.14º | 0.31% | 0.23% | - |
| HSV(B) | 175.14º | 0.47% | 0.31% | - |
| XYZ | 4.91 | 6.43 | 7.64 | - |
| YUV | 66.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 75 | 0.47 | 0 | 0.04 | 0.69 | 175.14 | 0.31 | 0.23 |
| Hex | 29 | 4E | 4B | 2F | 0 | 4 | 45 | AF | 1F | 17 |
| Octal | 51 | 116 | 113 | 57 | 0 | 4 | 105 | 257 | 37 | 27 |
| Binary | 101001 | 1001110 | 1001011 | 101111 | 0 | 100 | 1000101 | 10101111 | 11111 | 10111 |
Color Harmonies of #294E4B
Complementary color
Monochromatic Colors of #294E4B
Black with #294E4B
Text Example
Text Example
White with #294E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294E4B; }
p { color: rgb(41,78,75); }
H1.HeaderClassName
{
color: #294E4B;
}
.AnyTagClassName
{
color: #294E4B;
}
</style>
background-color css
<style>
a { background-color: #294E4B; }
a { background-color: rgb(41,78,75); }
div.DivClassName
{
background-color: #294E4B;
}
.BgClassName
{
background-color: #294E4B;
}
</style>
border-color css
<style>
span { border-color: #294E4B; }
span { border-color: rgb(41,78,75); }
td.TdClassName
{
border-color: #294E4B;
}
.TagClassName
{
border-color: #294E4B;
}
</style>