Shades of Elm #2A8276
Tints of Elm #2A8276
RGB
CMYK
RGB Variations
Color information
#2A8276 (or 0x2A8276) is known color: Elm. HEX triplet: 2A, 82 and 76. RGB value is (42,130,118). Sum of RGB (Red+Green+Blue) = 42+130+118=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #2A8276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8276 is #D57D89. Grayscale: #666666. Windows color (decimal): -13991306 or 7766570. OLE color: 7766570.
HSL color Cylindrical-coordinate representation of color #2A8276: hue angle of 171.82º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A8276 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 130 | 118 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.49 |
| HSL | 171.82º | 0.51% | 0.34% | - |
| HSV(B) | 171.82º | 0.68% | 0.51% | - |
| XYZ | 12.21 | 17.77 | 19.93 | - |
| YUV | 102.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 118 | 0.68 | 0 | 0.09 | 0.49 | 171.82 | 0.51 | 0.34 |
| Hex | 2A | 82 | 76 | 44 | 0 | 9 | 31 | AC | 33 | 22 |
| Octal | 52 | 202 | 166 | 104 | 0 | 11 | 61 | 254 | 63 | 42 |
| Binary | 101010 | 10000010 | 1110110 | 1000100 | 0 | 1001 | 110001 | 10101100 | 110011 | 100010 |
Color Harmonies of #2A8276
Complementary color
Monochromatic Colors of #2A8276
Black with #2A8276
Text Example
Text Example
White with #2A8276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8276; }
p { color: rgb(42,130,118); }
H1.HeaderClassName
{
color: #2A8276;
}
.AnyTagClassName
{
color: #2A8276;
}
</style>
background-color css
<style>
a { background-color: #2A8276; }
a { background-color: rgb(42,130,118); }
div.DivClassName
{
background-color: #2A8276;
}
.BgClassName
{
background-color: #2A8276;
}
</style>
border-color css
<style>
span { border-color: #2A8276; }
span { border-color: rgb(42,130,118); }
td.TdClassName
{
border-color: #2A8276;
}
.TagClassName
{
border-color: #2A8276;
}
</style>