Shades of Elm #2A887D
Tints of Elm #2A887D
RGB
CMYK
RGB Variations
Color information
#2A887D (or 0x2A887D) is known color: Elm. HEX triplet: 2A, 88 and 7D. RGB value is (42,136,125). Sum of RGB (Red+Green+Blue) = 42+136+125=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #2A887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A887D is #D57782. Grayscale: #6A6A6A. Windows color (decimal): -13989763 or 8226858. OLE color: 8226858.
HSL color Cylindrical-coordinate representation of color #2A887D: hue angle of 172.98º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A887D is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 136 | 125 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.47 |
| HSL | 172.98º | 0.53% | 0.35% | - |
| HSV(B) | 172.98º | 0.69% | 0.53% | - |
| XYZ | 13.46 | 19.58 | 22.47 | - |
| YUV | 106.64 | 138.36 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 136 | 125 | 0.69 | 0 | 0.08 | 0.47 | 172.98 | 0.53 | 0.35 |
| Hex | 2A | 88 | 7D | 45 | 0 | 8 | 2F | AD | 35 | 23 |
| Octal | 52 | 210 | 175 | 105 | 0 | 10 | 57 | 255 | 65 | 43 |
| Binary | 101010 | 10001000 | 1111101 | 1000101 | 0 | 1000 | 101111 | 10101101 | 110101 | 100011 |
Color Harmonies of #2A887D
Complementary color
Monochromatic Colors of #2A887D
Black with #2A887D
Text Example
Text Example
White with #2A887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A887D; }
p { color: rgb(42,136,125); }
H1.HeaderClassName
{
color: #2A887D;
}
.AnyTagClassName
{
color: #2A887D;
}
</style>
background-color css
<style>
a { background-color: #2A887D; }
a { background-color: rgb(42,136,125); }
div.DivClassName
{
background-color: #2A887D;
}
.BgClassName
{
background-color: #2A887D;
}
</style>
border-color css
<style>
span { border-color: #2A887D; }
span { border-color: rgb(42,136,125); }
td.TdClassName
{
border-color: #2A887D;
}
.TagClassName
{
border-color: #2A887D;
}
</style>