Shades of Elm #2A8A7D
Tints of Elm #2A8A7D
RGB
CMYK
RGB Variations
Color information
#2A8A7D (or 0x2A8A7D) is known color: Elm. HEX triplet: 2A, 8A and 7D. RGB value is (42,138,125). Sum of RGB (Red+Green+Blue) = 42+138+125=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #2A8A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8A7D is #D57582. Grayscale: #6B6B6B. Windows color (decimal): -13989251 or 8227370. OLE color: 8227370.
HSL color Cylindrical-coordinate representation of color #2A8A7D: hue angle of 171.88º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8A7D is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 138 | 125 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.46 |
| HSL | 171.88º | 0.53% | 0.35% | - |
| HSV(B) | 171.88º | 0.7% | 0.54% | - |
| XYZ | 13.75 | 20.15 | 22.57 | - |
| YUV | 107.81 | 137.7 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 138 | 125 | 0.70 | 0 | 0.09 | 0.46 | 171.88 | 0.53 | 0.35 |
| Hex | 2A | 8A | 7D | 46 | 0 | 9 | 2E | AC | 35 | 23 |
| Octal | 52 | 212 | 175 | 106 | 0 | 11 | 56 | 254 | 65 | 43 |
| Binary | 101010 | 10001010 | 1111101 | 1000110 | 0 | 1001 | 101110 | 10101100 | 110101 | 100011 |
Color Harmonies of #2A8A7D
Complementary color
Monochromatic Colors of #2A8A7D
Black with #2A8A7D
Text Example
Text Example
White with #2A8A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8A7D; }
p { color: rgb(42,138,125); }
H1.HeaderClassName
{
color: #2A8A7D;
}
.AnyTagClassName
{
color: #2A8A7D;
}
</style>
background-color css
<style>
a { background-color: #2A8A7D; }
a { background-color: rgb(42,138,125); }
div.DivClassName
{
background-color: #2A8A7D;
}
.BgClassName
{
background-color: #2A8A7D;
}
</style>
border-color css
<style>
span { border-color: #2A8A7D; }
span { border-color: rgb(42,138,125); }
td.TdClassName
{
border-color: #2A8A7D;
}
.TagClassName
{
border-color: #2A8A7D;
}
</style>