Shades of Elm #2B8C7D
Tints of Elm #2B8C7D
RGB
CMYK
RGB Variations
Color information
#2B8C7D (or 0x2B8C7D) is known color: Elm. HEX triplet: 2B, 8C and 7D. RGB value is (43,140,125). Sum of RGB (Red+Green+Blue) = 43+140+125=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C7D is #D47382. Grayscale: #6D6D6D. Windows color (decimal): -13923203 or 8227883. OLE color: 8227883.
HSL color Cylindrical-coordinate representation of color #2B8C7D: hue angle of 170.72º 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 #2B8C7D is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 140 | 125 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.45 |
| HSL | 170.72º | 0.53% | 0.36% | - |
| HSV(B) | 170.72º | 0.69% | 0.55% | - |
| XYZ | 14.08 | 20.75 | 22.67 | - |
| YUV | 109.29 | 136.86 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 140 | 125 | 0.69 | 0 | 0.11 | 0.45 | 170.72 | 0.53 | 0.36 |
| Hex | 2B | 8C | 7D | 45 | 0 | B | 2D | AB | 35 | 24 |
| Octal | 53 | 214 | 175 | 105 | 0 | 13 | 55 | 253 | 65 | 44 |
| Binary | 101011 | 10001100 | 1111101 | 1000101 | 0 | 1011 | 101101 | 10101011 | 110101 | 100100 |
Color Harmonies of #2B8C7D
Complementary color
Monochromatic Colors of #2B8C7D
Black with #2B8C7D
Text Example
Text Example
White with #2B8C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8C7D; }
p { color: rgb(43,140,125); }
H1.HeaderClassName
{
color: #2B8C7D;
}
.AnyTagClassName
{
color: #2B8C7D;
}
</style>
background-color css
<style>
a { background-color: #2B8C7D; }
a { background-color: rgb(43,140,125); }
div.DivClassName
{
background-color: #2B8C7D;
}
.BgClassName
{
background-color: #2B8C7D;
}
</style>
border-color css
<style>
span { border-color: #2B8C7D; }
span { border-color: rgb(43,140,125); }
td.TdClassName
{
border-color: #2B8C7D;
}
.TagClassName
{
border-color: #2B8C7D;
}
</style>