Shades of Elm #296E6C
Tints of Elm #296E6C
RGB
CMYK
RGB Variations
Color information
#296E6C (or 0x296E6C) is known color: Elm. HEX triplet: 29, 6E and 6C. RGB value is (41,110,108). Sum of RGB (Red+Green+Blue) = 41+110+108=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 110 - color contains mainly: green. Hex color #296E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E6C is #D69193. Grayscale: #595959. Windows color (decimal): -14061972 or 7106089. OLE color: 7106089.
HSL color Cylindrical-coordinate representation of color #296E6C: hue angle of 178.26º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #296E6C is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 41 | 110 | 108 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.57 |
| HSL | 178.26º | 0.46% | 0.3% | - |
| HSV(B) | 178.26º | 0.63% | 0.43% | - |
| XYZ | 9.2 | 12.71 | 16.16 | - |
| YUV | 89.14 | 138.64 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 108 | 0.63 | 0 | 0.02 | 0.57 | 178.26 | 0.46 | 0.3 |
| Hex | 29 | 6E | 6C | 3F | 0 | 2 | 39 | B2 | 2E | 1E |
| Octal | 51 | 156 | 154 | 77 | 0 | 2 | 71 | 262 | 56 | 36 |
| Binary | 101001 | 1101110 | 1101100 | 111111 | 0 | 10 | 111001 | 10110010 | 101110 | 11110 |
Color Harmonies of #296E6C
Complementary color
Monochromatic Colors of #296E6C
Black with #296E6C
Text Example
Text Example
White with #296E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296E6C; }
p { color: rgb(41,110,108); }
H1.HeaderClassName
{
color: #296E6C;
}
.AnyTagClassName
{
color: #296E6C;
}
</style>
background-color css
<style>
a { background-color: #296E6C; }
a { background-color: rgb(41,110,108); }
div.DivClassName
{
background-color: #296E6C;
}
.BgClassName
{
background-color: #296E6C;
}
</style>
border-color css
<style>
span { border-color: #296E6C; }
span { border-color: rgb(41,110,108); }
td.TdClassName
{
border-color: #296E6C;
}
.TagClassName
{
border-color: #296E6C;
}
</style>