Shades of Elm #2B8B7B
Tints of Elm #2B8B7B
RGB
CMYK
RGB Variations
Color information
#2B8B7B (or 0x2B8B7B) is known color: Elm. HEX triplet: 2B, 8B and 7B. RGB value is (43,139,123). Sum of RGB (Red+Green+Blue) = 43+139+123=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8B7B is #D47484. Grayscale: #6C6C6C. Windows color (decimal): -13923461 or 8096555. OLE color: 8096555.
HSL color Cylindrical-coordinate representation of color #2B8B7B: hue angle of 170º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8B7B is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 139 | 123 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.45 |
| HSL | 170º | 0.53% | 0.36% | - |
| HSV(B) | 170º | 0.69% | 0.55% | - |
| XYZ | 13.8 | 20.41 | 21.95 | - |
| YUV | 108.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 139 | 123 | 0.69 | 0 | 0.12 | 0.45 | 170 | 0.53 | 0.36 |
| Hex | 2B | 8B | 7B | 45 | 0 | C | 2D | AA | 35 | 24 |
| Octal | 53 | 213 | 173 | 105 | 0 | 14 | 55 | 252 | 65 | 44 |
| Binary | 101011 | 10001011 | 1111011 | 1000101 | 0 | 1100 | 101101 | 10101010 | 110101 | 100100 |
Color Harmonies of #2B8B7B
Complementary color
Monochromatic Colors of #2B8B7B
Black with #2B8B7B
Text Example
Text Example
White with #2B8B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8B7B; }
p { color: rgb(43,139,123); }
H1.HeaderClassName
{
color: #2B8B7B;
}
.AnyTagClassName
{
color: #2B8B7B;
}
</style>
background-color css
<style>
a { background-color: #2B8B7B; }
a { background-color: rgb(43,139,123); }
div.DivClassName
{
background-color: #2B8B7B;
}
.BgClassName
{
background-color: #2B8B7B;
}
</style>
border-color css
<style>
span { border-color: #2B8B7B; }
span { border-color: rgb(43,139,123); }
td.TdClassName
{
border-color: #2B8B7B;
}
.TagClassName
{
border-color: #2B8B7B;
}
</style>