Shades of Elm #2B8A7E
Tints of Elm #2B8A7E
RGB
CMYK
RGB Variations
Color information
#2B8A7E (or 0x2B8A7E) is known color: Elm. HEX triplet: 2B, 8A and 7E. RGB value is (43,138,126). Sum of RGB (Red+Green+Blue) = 43+138+126=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8A7E is #D47581. Grayscale: #6C6C6C. Windows color (decimal): -13923714 or 8292907. OLE color: 8292907.
HSL color Cylindrical-coordinate representation of color #2B8A7E: hue angle of 172.42º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8A7E is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 138 | 126 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.46 |
| HSL | 172.42º | 0.52% | 0.35% | - |
| HSV(B) | 172.42º | 0.69% | 0.54% | - |
| XYZ | 13.85 | 20.2 | 22.91 | - |
| YUV | 108.23 | 138.03 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 126 | 0.69 | 0 | 0.09 | 0.46 | 172.42 | 0.52 | 0.35 |
| Hex | 2B | 8A | 7E | 45 | 0 | 9 | 2E | AC | 34 | 23 |
| Octal | 53 | 212 | 176 | 105 | 0 | 11 | 56 | 254 | 64 | 43 |
| Binary | 101011 | 10001010 | 1111110 | 1000101 | 0 | 1001 | 101110 | 10101100 | 110100 | 100011 |
Color Harmonies of #2B8A7E
Complementary color
Monochromatic Colors of #2B8A7E
Black with #2B8A7E
Text Example
Text Example
White with #2B8A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8A7E; }
p { color: rgb(43,138,126); }
H1.HeaderClassName
{
color: #2B8A7E;
}
.AnyTagClassName
{
color: #2B8A7E;
}
</style>
background-color css
<style>
a { background-color: #2B8A7E; }
a { background-color: rgb(43,138,126); }
div.DivClassName
{
background-color: #2B8A7E;
}
.BgClassName
{
background-color: #2B8A7E;
}
</style>
border-color css
<style>
span { border-color: #2B8A7E; }
span { border-color: rgb(43,138,126); }
td.TdClassName
{
border-color: #2B8A7E;
}
.TagClassName
{
border-color: #2B8A7E;
}
</style>