Shades of Elm #2D8277
Tints of Elm #2D8277
RGB
CMYK
RGB Variations
Color information
#2D8277 (or 0x2D8277) is known color: Elm. HEX triplet: 2D, 82 and 77. RGB value is (45,130,119). Sum of RGB (Red+Green+Blue) = 45+130+119=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #2D8277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8277 is #D27D88. Grayscale: #676767. Windows color (decimal): -13794697 or 7832109. OLE color: 7832109.
HSL color Cylindrical-coordinate representation of color #2D8277: hue angle of 172.24º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D8277 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 130 | 119 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.49 |
| HSL | 172.24º | 0.49% | 0.34% | - |
| HSV(B) | 172.24º | 0.65% | 0.51% | - |
| XYZ | 12.39 | 17.86 | 20.25 | - |
| YUV | 103.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 130 | 119 | 0.65 | 0 | 0.08 | 0.49 | 172.24 | 0.49 | 0.34 |
| Hex | 2D | 82 | 77 | 41 | 0 | 8 | 31 | AC | 31 | 22 |
| Octal | 55 | 202 | 167 | 101 | 0 | 10 | 61 | 254 | 61 | 42 |
| Binary | 101101 | 10000010 | 1110111 | 1000001 | 0 | 1000 | 110001 | 10101100 | 110001 | 100010 |
Color Harmonies of #2D8277
Complementary color
Monochromatic Colors of #2D8277
Black with #2D8277
Text Example
Text Example
White with #2D8277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8277; }
p { color: rgb(45,130,119); }
H1.HeaderClassName
{
color: #2D8277;
}
.AnyTagClassName
{
color: #2D8277;
}
</style>
background-color css
<style>
a { background-color: #2D8277; }
a { background-color: rgb(45,130,119); }
div.DivClassName
{
background-color: #2D8277;
}
.BgClassName
{
background-color: #2D8277;
}
</style>
border-color css
<style>
span { border-color: #2D8277; }
span { border-color: rgb(45,130,119); }
td.TdClassName
{
border-color: #2D8277;
}
.TagClassName
{
border-color: #2D8277;
}
</style>