Shades of Elm #296A6A
Tints of Elm #296A6A
RGB
CMYK
RGB Variations
Color information
#296A6A (or 0x296A6A) is known color: Elm. HEX triplet: 29, 6A and 6A. RGB value is (41,106,106). Sum of RGB (Red+Green+Blue) = 41+106+106=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 106 - color contains mainly: green, blue. Hex color #296A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296A6A is #D69595. Grayscale: #565656. Windows color (decimal): -14062998 or 6973993. OLE color: 6973993.
HSL color Cylindrical-coordinate representation of color #296A6A: hue angle of 180º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296A6A is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 41 | 106 | 106 | - |
| CMYK | 0.61 | 0 | 0 | 0.58 |
| HSL | 180º | 0.44% | 0.29% | - |
| HSV(B) | 180º | 0.61% | 0.42% | - |
| XYZ | 8.67 | 11.82 | 15.46 | - |
| YUV | 86.57 | 138.97 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 106 | 0.61 | 0 | 0 | 0.58 | 180 | 0.44 | 0.29 |
| Hex | 29 | 6A | 6A | 3D | 0 | 0 | 3A | B4 | 2C | 1D |
| Octal | 51 | 152 | 152 | 75 | 0 | 0 | 72 | 264 | 54 | 35 |
| Binary | 101001 | 1101010 | 1101010 | 111101 | 0 | 0 | 111010 | 10110100 | 101100 | 11101 |
Color Harmonies of #296A6A
Complementary color
Monochromatic Colors of #296A6A
Black with #296A6A
Text Example
Text Example
White with #296A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296A6A; }
p { color: rgb(41,106,106); }
H1.HeaderClassName
{
color: #296A6A;
}
.AnyTagClassName
{
color: #296A6A;
}
</style>
background-color css
<style>
a { background-color: #296A6A; }
a { background-color: rgb(41,106,106); }
div.DivClassName
{
background-color: #296A6A;
}
.BgClassName
{
background-color: #296A6A;
}
</style>
border-color css
<style>
span { border-color: #296A6A; }
span { border-color: rgb(41,106,106); }
td.TdClassName
{
border-color: #296A6A;
}
.TagClassName
{
border-color: #296A6A;
}
</style>