Shades of Elm #2B8A83
Tints of Elm #2B8A83
RGB
CMYK
RGB Variations
Color information
#2B8A83 (or 0x2B8A83) is known color: Elm. HEX triplet: 2B, 8A and 83. RGB value is (43,138,131). Sum of RGB (Red+Green+Blue) = 43+138+131=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8A83 is #D4757C. Grayscale: #6C6C6C. Windows color (decimal): -13923709 or 8620587. OLE color: 8620587.
HSL color Cylindrical-coordinate representation of color #2B8A83: hue angle of 175.58º 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 #2B8A83 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 138 | 131 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.46 |
| HSL | 175.58º | 0.52% | 0.35% | - |
| HSV(B) | 175.58º | 0.69% | 0.54% | - |
| XYZ | 14.18 | 20.33 | 24.65 | - |
| YUV | 108.8 | 140.53 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 131 | 0.69 | 0 | 0.05 | 0.46 | 175.58 | 0.52 | 0.35 |
| Hex | 2B | 8A | 83 | 45 | 0 | 5 | 2E | B0 | 34 | 23 |
| Octal | 53 | 212 | 203 | 105 | 0 | 5 | 56 | 260 | 64 | 43 |
| Binary | 101011 | 10001010 | 10000011 | 1000101 | 0 | 101 | 101110 | 10110000 | 110100 | 100011 |
Color Harmonies of #2B8A83
Complementary color
Monochromatic Colors of #2B8A83
Black with #2B8A83
Text Example
Text Example
White with #2B8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8A83; }
p { color: rgb(43,138,131); }
H1.HeaderClassName
{
color: #2B8A83;
}
.AnyTagClassName
{
color: #2B8A83;
}
</style>
background-color css
<style>
a { background-color: #2B8A83; }
a { background-color: rgb(43,138,131); }
div.DivClassName
{
background-color: #2B8A83;
}
.BgClassName
{
background-color: #2B8A83;
}
</style>
border-color css
<style>
span { border-color: #2B8A83; }
span { border-color: rgb(43,138,131); }
td.TdClassName
{
border-color: #2B8A83;
}
.TagClassName
{
border-color: #2B8A83;
}
</style>