Shades of Elm #2A7A72
Tints of Elm #2A7A72
RGB
CMYK
RGB Variations
Color information
#2A7A72 (or 0x2A7A72) is known color: Elm. HEX triplet: 2A, 7A and 72. RGB value is (42,122,114). Sum of RGB (Red+Green+Blue) = 42+122+114=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 122 - color contains mainly: green. Hex color #2A7A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7A72 is #D5858D. Grayscale: #616161. Windows color (decimal): -13993358 or 7502378. OLE color: 7502378.
HSL color Cylindrical-coordinate representation of color #2A7A72: hue angle of 174º 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 #2A7A72 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 122 | 114 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.52 |
| HSL | 174º | 0.49% | 0.32% | - |
| HSV(B) | 174º | 0.66% | 0.48% | - |
| XYZ | 10.95 | 15.63 | 18.36 | - |
| YUV | 97.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 122 | 114 | 0.66 | 0 | 0.07 | 0.52 | 174 | 0.49 | 0.32 |
| Hex | 2A | 7A | 72 | 42 | 0 | 7 | 34 | AE | 31 | 20 |
| Octal | 52 | 172 | 162 | 102 | 0 | 7 | 64 | 256 | 61 | 40 |
| Binary | 101010 | 1111010 | 1110010 | 1000010 | 0 | 111 | 110100 | 10101110 | 110001 | 100000 |
Color Harmonies of #2A7A72
Complementary color
Monochromatic Colors of #2A7A72
Black with #2A7A72
Text Example
Text Example
White with #2A7A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7A72; }
p { color: rgb(42,122,114); }
H1.HeaderClassName
{
color: #2A7A72;
}
.AnyTagClassName
{
color: #2A7A72;
}
</style>
background-color css
<style>
a { background-color: #2A7A72; }
a { background-color: rgb(42,122,114); }
div.DivClassName
{
background-color: #2A7A72;
}
.BgClassName
{
background-color: #2A7A72;
}
</style>
border-color css
<style>
span { border-color: #2A7A72; }
span { border-color: rgb(42,122,114); }
td.TdClassName
{
border-color: #2A7A72;
}
.TagClassName
{
border-color: #2A7A72;
}
</style>