Shades of Elm #2D867A
Tints of Elm #2D867A
RGB
CMYK
RGB Variations
Color information
#2D867A (or 0x2D867A) is known color: Elm. HEX triplet: 2D, 86 and 7A. RGB value is (45,134,122). Sum of RGB (Red+Green+Blue) = 45+134+122=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #2D867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D867A is #D27985. Grayscale: #696969. Windows color (decimal): -13793670 or 8029741. OLE color: 8029741.
HSL color Cylindrical-coordinate representation of color #2D867A: hue angle of 171.91º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D867A is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 134 | 122 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.47 |
| HSL | 171.91º | 0.5% | 0.35% | - |
| HSV(B) | 171.91º | 0.66% | 0.53% | - |
| XYZ | 13.12 | 19.01 | 21.39 | - |
| YUV | 106.02 | 137.01 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 122 | 0.66 | 0 | 0.09 | 0.47 | 171.91 | 0.5 | 0.35 |
| Hex | 2D | 86 | 7A | 42 | 0 | 9 | 2F | AC | 32 | 23 |
| Octal | 55 | 206 | 172 | 102 | 0 | 11 | 57 | 254 | 62 | 43 |
| Binary | 101101 | 10000110 | 1111010 | 1000010 | 0 | 1001 | 101111 | 10101100 | 110010 | 100011 |
Color Harmonies of #2D867A
Complementary color
Monochromatic Colors of #2D867A
Black with #2D867A
Text Example
Text Example
White with #2D867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D867A; }
p { color: rgb(45,134,122); }
H1.HeaderClassName
{
color: #2D867A;
}
.AnyTagClassName
{
color: #2D867A;
}
</style>
background-color css
<style>
a { background-color: #2D867A; }
a { background-color: rgb(45,134,122); }
div.DivClassName
{
background-color: #2D867A;
}
.BgClassName
{
background-color: #2D867A;
}
</style>
border-color css
<style>
span { border-color: #2D867A; }
span { border-color: rgb(45,134,122); }
td.TdClassName
{
border-color: #2D867A;
}
.TagClassName
{
border-color: #2D867A;
}
</style>