Shades of Elm #2D877A
Tints of Elm #2D877A
RGB
CMYK
RGB Variations
Color information
#2D877A (or 0x2D877A) is known color: Elm. HEX triplet: 2D, 87 and 7A. RGB value is (45,135,122). Sum of RGB (Red+Green+Blue) = 45+135+122=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #2D877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D877A is #D27885. Grayscale: #6A6A6A. Windows color (decimal): -13793414 or 8029997. OLE color: 8029997.
HSL color Cylindrical-coordinate representation of color #2D877A: hue angle of 171.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D877A is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 135 | 122 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.47 |
| HSL | 171.33º | 0.5% | 0.35% | - |
| HSV(B) | 171.33º | 0.67% | 0.53% | - |
| XYZ | 13.26 | 19.29 | 21.44 | - |
| YUV | 106.61 | 136.68 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 122 | 0.67 | 0 | 0.10 | 0.47 | 171.33 | 0.5 | 0.35 |
| Hex | 2D | 87 | 7A | 43 | 0 | A | 2F | AB | 32 | 23 |
| Octal | 55 | 207 | 172 | 103 | 0 | 12 | 57 | 253 | 62 | 43 |
| Binary | 101101 | 10000111 | 1111010 | 1000011 | 0 | 1010 | 101111 | 10101011 | 110010 | 100011 |
Color Harmonies of #2D877A
Complementary color
Monochromatic Colors of #2D877A
Black with #2D877A
Text Example
Text Example
White with #2D877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D877A; }
p { color: rgb(45,135,122); }
H1.HeaderClassName
{
color: #2D877A;
}
.AnyTagClassName
{
color: #2D877A;
}
</style>
background-color css
<style>
a { background-color: #2D877A; }
a { background-color: rgb(45,135,122); }
div.DivClassName
{
background-color: #2D877A;
}
.BgClassName
{
background-color: #2D877A;
}
</style>
border-color css
<style>
span { border-color: #2D877A; }
span { border-color: rgb(45,135,122); }
td.TdClassName
{
border-color: #2D877A;
}
.TagClassName
{
border-color: #2D877A;
}
</style>