Shades of Elm #2D8377
Tints of Elm #2D8377
RGB
CMYK
RGB Variations
Color information
#2D8377 (or 0x2D8377) is known color: Elm. HEX triplet: 2D, 83 and 77. RGB value is (45,131,119). Sum of RGB (Red+Green+Blue) = 45+131+119=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #2D8377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8377 is #D27C88. Grayscale: #676767. Windows color (decimal): -13794441 or 7832365. OLE color: 7832365.
HSL color Cylindrical-coordinate representation of color #2D8377: hue angle of 171.63º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8377 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 131 | 119 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.49 |
| HSL | 171.63º | 0.49% | 0.35% | - |
| HSV(B) | 171.63º | 0.66% | 0.51% | - |
| XYZ | 12.53 | 18.12 | 20.29 | - |
| YUV | 103.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 131 | 119 | 0.66 | 0 | 0.09 | 0.49 | 171.63 | 0.49 | 0.35 |
| Hex | 2D | 83 | 77 | 42 | 0 | 9 | 31 | AC | 31 | 23 |
| Octal | 55 | 203 | 167 | 102 | 0 | 11 | 61 | 254 | 61 | 43 |
| Binary | 101101 | 10000011 | 1110111 | 1000010 | 0 | 1001 | 110001 | 10101100 | 110001 | 100011 |
Color Harmonies of #2D8377
Complementary color
Monochromatic Colors of #2D8377
Black with #2D8377
Text Example
Text Example
White with #2D8377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8377; }
p { color: rgb(45,131,119); }
H1.HeaderClassName
{
color: #2D8377;
}
.AnyTagClassName
{
color: #2D8377;
}
</style>
background-color css
<style>
a { background-color: #2D8377; }
a { background-color: rgb(45,131,119); }
div.DivClassName
{
background-color: #2D8377;
}
.BgClassName
{
background-color: #2D8377;
}
</style>
border-color css
<style>
span { border-color: #2D8377; }
span { border-color: rgb(45,131,119); }
td.TdClassName
{
border-color: #2D8377;
}
.TagClassName
{
border-color: #2D8377;
}
</style>