Shades of Elm #2D7771
Tints of Elm #2D7771
RGB
CMYK
RGB Variations
Color information
#2D7771 (or 0x2D7771) is known color: Elm. HEX triplet: 2D, 77 and 71. RGB value is (45,119,113). Sum of RGB (Red+Green+Blue) = 45+119+113=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #2D7771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7771 is #D2888E. Grayscale: #606060. Windows color (decimal): -13797519 or 7436077. OLE color: 7436077.
HSL color Cylindrical-coordinate representation of color #2D7771: hue angle of 175.14º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D7771 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 119 | 113 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.53 |
| HSL | 175.14º | 0.45% | 0.32% | - |
| HSV(B) | 175.14º | 0.62% | 0.47% | - |
| XYZ | 10.66 | 14.94 | 17.95 | - |
| YUV | 96.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 113 | 0.62 | 0 | 0.05 | 0.53 | 175.14 | 0.45 | 0.32 |
| Hex | 2D | 77 | 71 | 3E | 0 | 5 | 35 | AF | 2D | 20 |
| Octal | 55 | 167 | 161 | 76 | 0 | 5 | 65 | 257 | 55 | 40 |
| Binary | 101101 | 1110111 | 1110001 | 111110 | 0 | 101 | 110101 | 10101111 | 101101 | 100000 |
Color Harmonies of #2D7771
Complementary color
Monochromatic Colors of #2D7771
Black with #2D7771
Text Example
Text Example
White with #2D7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7771; }
p { color: rgb(45,119,113); }
H1.HeaderClassName
{
color: #2D7771;
}
.AnyTagClassName
{
color: #2D7771;
}
</style>
background-color css
<style>
a { background-color: #2D7771; }
a { background-color: rgb(45,119,113); }
div.DivClassName
{
background-color: #2D7771;
}
.BgClassName
{
background-color: #2D7771;
}
</style>
border-color css
<style>
span { border-color: #2D7771; }
span { border-color: rgb(45,119,113); }
td.TdClassName
{
border-color: #2D7771;
}
.TagClassName
{
border-color: #2D7771;
}
</style>