Shades of Elm #2D7775
Tints of Elm #2D7775
RGB
CMYK
RGB Variations
Color information
#2D7775 (or 0x2D7775) is known color: Elm. HEX triplet: 2D, 77 and 75. RGB value is (45,119,117). Sum of RGB (Red+Green+Blue) = 45+119+117=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #2D7775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7775 is #D2888A. Grayscale: #606060. Windows color (decimal): -13797515 or 7698221. OLE color: 7698221.
HSL color Cylindrical-coordinate representation of color #2D7775: hue angle of 178.38º 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 #2D7775 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 119 | 117 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.53 |
| HSL | 178.38º | 0.45% | 0.32% | - |
| HSV(B) | 178.38º | 0.62% | 0.47% | - |
| XYZ | 10.89 | 15.04 | 19.16 | - |
| YUV | 96.65 | 139.48 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 117 | 0.62 | 0 | 0.02 | 0.53 | 178.38 | 0.45 | 0.32 |
| Hex | 2D | 77 | 75 | 3E | 0 | 2 | 35 | B2 | 2D | 20 |
| Octal | 55 | 167 | 165 | 76 | 0 | 2 | 65 | 262 | 55 | 40 |
| Binary | 101101 | 1110111 | 1110101 | 111110 | 0 | 10 | 110101 | 10110010 | 101101 | 100000 |
Color Harmonies of #2D7775
Complementary color
Monochromatic Colors of #2D7775
Black with #2D7775
Text Example
Text Example
White with #2D7775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7775; }
p { color: rgb(45,119,117); }
H1.HeaderClassName
{
color: #2D7775;
}
.AnyTagClassName
{
color: #2D7775;
}
</style>
background-color css
<style>
a { background-color: #2D7775; }
a { background-color: rgb(45,119,117); }
div.DivClassName
{
background-color: #2D7775;
}
.BgClassName
{
background-color: #2D7775;
}
</style>
border-color css
<style>
span { border-color: #2D7775; }
span { border-color: rgb(45,119,117); }
td.TdClassName
{
border-color: #2D7775;
}
.TagClassName
{
border-color: #2D7775;
}
</style>