Shades of Elm #2A8273
Tints of Elm #2A8273
RGB
CMYK
RGB Variations
Color information
#2A8273 (or 0x2A8273) is known color: Elm. HEX triplet: 2A, 82 and 73. RGB value is (42,130,115). Sum of RGB (Red+Green+Blue) = 42+130+115=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #2A8273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8273 is #D57D8C. Grayscale: #656565. Windows color (decimal): -13991309 or 7569962. OLE color: 7569962.
HSL color Cylindrical-coordinate representation of color #2A8273: hue angle of 169.77º 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 #2A8273 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 130 | 115 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.49 |
| HSL | 169.77º | 0.51% | 0.34% | - |
| HSV(B) | 169.77º | 0.68% | 0.51% | - |
| XYZ | 12.03 | 17.7 | 19 | - |
| YUV | 101.98 | 135.35 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 130 | 115 | 0.68 | 0 | 0.12 | 0.49 | 169.77 | 0.51 | 0.34 |
| Hex | 2A | 82 | 73 | 44 | 0 | C | 31 | AA | 33 | 22 |
| Octal | 52 | 202 | 163 | 104 | 0 | 14 | 61 | 252 | 63 | 42 |
| Binary | 101010 | 10000010 | 1110011 | 1000100 | 0 | 1100 | 110001 | 10101010 | 110011 | 100010 |
Color Harmonies of #2A8273
Complementary color
Monochromatic Colors of #2A8273
Black with #2A8273
Text Example
Text Example
White with #2A8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8273; }
p { color: rgb(42,130,115); }
H1.HeaderClassName
{
color: #2A8273;
}
.AnyTagClassName
{
color: #2A8273;
}
</style>
background-color css
<style>
a { background-color: #2A8273; }
a { background-color: rgb(42,130,115); }
div.DivClassName
{
background-color: #2A8273;
}
.BgClassName
{
background-color: #2A8273;
}
</style>
border-color css
<style>
span { border-color: #2A8273; }
span { border-color: rgb(42,130,115); }
td.TdClassName
{
border-color: #2A8273;
}
.TagClassName
{
border-color: #2A8273;
}
</style>