Shades of Elm #2A696A
Tints of Elm #2A696A
RGB
CMYK
RGB Variations
Color information
#2A696A (or 0x2A696A) is known color: Elm. HEX triplet: 2A, 69 and 6A. RGB value is (42,105,106). Sum of RGB (Red+Green+Blue) = 42+105+106=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 106 - color contains mainly: blue. Hex color #2A696A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A696A is #D59695. Grayscale: #565656. Windows color (decimal): -13997718 or 6973738. OLE color: 6973738.
HSL color Cylindrical-coordinate representation of color #2A696A: hue angle of 180.94º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A696A is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 105 | 106 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.58 |
| HSL | 180.94º | 0.43% | 0.29% | - |
| HSV(B) | 180.94º | 0.6% | 0.42% | - |
| XYZ | 8.61 | 11.64 | 15.43 | - |
| YUV | 86.28 | 139.13 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 106 | 0.60 | 0.01 | 0 | 0.58 | 180.94 | 0.43 | 0.29 |
| Hex | 2A | 69 | 6A | 3C | 1 | 0 | 3A | B5 | 2B | 1D |
| Octal | 52 | 151 | 152 | 74 | 1 | 0 | 72 | 265 | 53 | 35 |
| Binary | 101010 | 1101001 | 1101010 | 111100 | 1 | 0 | 111010 | 10110101 | 101011 | 11101 |
Color Harmonies of #2A696A
Complementary color
Monochromatic Colors of #2A696A
Black with #2A696A
Text Example
Text Example
White with #2A696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A696A; }
p { color: rgb(42,105,106); }
H1.HeaderClassName
{
color: #2A696A;
}
.AnyTagClassName
{
color: #2A696A;
}
</style>
background-color css
<style>
a { background-color: #2A696A; }
a { background-color: rgb(42,105,106); }
div.DivClassName
{
background-color: #2A696A;
}
.BgClassName
{
background-color: #2A696A;
}
</style>
border-color css
<style>
span { border-color: #2A696A; }
span { border-color: rgb(42,105,106); }
td.TdClassName
{
border-color: #2A696A;
}
.TagClassName
{
border-color: #2A696A;
}
</style>