Shades of Elm #2A7A76
Tints of Elm #2A7A76
RGB
CMYK
RGB Variations
Color information
#2A7A76 (or 0x2A7A76) is known color: Elm. HEX triplet: 2A, 7A and 76. RGB value is (42,122,118). Sum of RGB (Red+Green+Blue) = 42+122+118=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 122 - color contains mainly: green. Hex color #2A7A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7A76 is #D58589. Grayscale: #616161. Windows color (decimal): -13993354 or 7764522. OLE color: 7764522.
HSL color Cylindrical-coordinate representation of color #2A7A76: hue angle of 177º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7A76 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 122 | 118 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.52 |
| HSL | 177º | 0.49% | 0.32% | - |
| HSV(B) | 177º | 0.66% | 0.48% | - |
| XYZ | 11.18 | 15.72 | 19.58 | - |
| YUV | 97.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 122 | 118 | 0.66 | 0 | 0.03 | 0.52 | 177 | 0.49 | 0.32 |
| Hex | 2A | 7A | 76 | 42 | 0 | 3 | 34 | B1 | 31 | 20 |
| Octal | 52 | 172 | 166 | 102 | 0 | 3 | 64 | 261 | 61 | 40 |
| Binary | 101010 | 1111010 | 1110110 | 1000010 | 0 | 11 | 110100 | 10110001 | 110001 | 100000 |
Color Harmonies of #2A7A76
Complementary color
Monochromatic Colors of #2A7A76
Black with #2A7A76
Text Example
Text Example
White with #2A7A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7A76; }
p { color: rgb(42,122,118); }
H1.HeaderClassName
{
color: #2A7A76;
}
.AnyTagClassName
{
color: #2A7A76;
}
</style>
background-color css
<style>
a { background-color: #2A7A76; }
a { background-color: rgb(42,122,118); }
div.DivClassName
{
background-color: #2A7A76;
}
.BgClassName
{
background-color: #2A7A76;
}
</style>
border-color css
<style>
span { border-color: #2A7A76; }
span { border-color: rgb(42,122,118); }
td.TdClassName
{
border-color: #2A7A76;
}
.TagClassName
{
border-color: #2A7A76;
}
</style>