Shades of Elm #2D7773
Tints of Elm #2D7773
RGB
CMYK
RGB Variations
Color information
#2D7773 (or 0x2D7773) is known color: Elm. HEX triplet: 2D, 77 and 73. RGB value is (45,119,115). Sum of RGB (Red+Green+Blue) = 45+119+115=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #2D7773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7773 is #D2888C. Grayscale: #606060. Windows color (decimal): -13797517 or 7567149. OLE color: 7567149.
HSL color Cylindrical-coordinate representation of color #2D7773: hue angle of 176.76º 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 #2D7773 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 119 | 115 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.53 |
| HSL | 176.76º | 0.45% | 0.32% | - |
| HSV(B) | 176.76º | 0.62% | 0.47% | - |
| XYZ | 10.77 | 14.99 | 18.55 | - |
| YUV | 96.42 | 138.48 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 115 | 0.62 | 0 | 0.03 | 0.53 | 176.76 | 0.45 | 0.32 |
| Hex | 2D | 77 | 73 | 3E | 0 | 3 | 35 | B1 | 2D | 20 |
| Octal | 55 | 167 | 163 | 76 | 0 | 3 | 65 | 261 | 55 | 40 |
| Binary | 101101 | 1110111 | 1110011 | 111110 | 0 | 11 | 110101 | 10110001 | 101101 | 100000 |
Color Harmonies of #2D7773
Complementary color
Monochromatic Colors of #2D7773
Black with #2D7773
Text Example
Text Example
White with #2D7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7773; }
p { color: rgb(45,119,115); }
H1.HeaderClassName
{
color: #2D7773;
}
.AnyTagClassName
{
color: #2D7773;
}
</style>
background-color css
<style>
a { background-color: #2D7773; }
a { background-color: rgb(45,119,115); }
div.DivClassName
{
background-color: #2D7773;
}
.BgClassName
{
background-color: #2D7773;
}
</style>
border-color css
<style>
span { border-color: #2D7773; }
span { border-color: rgb(45,119,115); }
td.TdClassName
{
border-color: #2D7773;
}
.TagClassName
{
border-color: #2D7773;
}
</style>