Shades of Elm #2D827C
Tints of Elm #2D827C
RGB
CMYK
RGB Variations
Color information
#2D827C (or 0x2D827C) is known color: Elm. HEX triplet: 2D, 82 and 7C. RGB value is (45,130,124). Sum of RGB (Red+Green+Blue) = 45+130+124=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #2D827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D827C is #D27D83. Grayscale: #676767. Windows color (decimal): -13794692 or 8159789. OLE color: 8159789.
HSL color Cylindrical-coordinate representation of color #2D827C: hue angle of 175.76º 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 #2D827C is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 130 | 124 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.49 |
| HSL | 175.76º | 0.49% | 0.34% | - |
| HSV(B) | 175.76º | 0.65% | 0.51% | - |
| XYZ | 12.7 | 17.98 | 21.87 | - |
| YUV | 103.9 | 139.34 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 130 | 124 | 0.65 | 0 | 0.05 | 0.49 | 175.76 | 0.49 | 0.34 |
| Hex | 2D | 82 | 7C | 41 | 0 | 5 | 31 | B0 | 31 | 22 |
| Octal | 55 | 202 | 174 | 101 | 0 | 5 | 61 | 260 | 61 | 42 |
| Binary | 101101 | 10000010 | 1111100 | 1000001 | 0 | 101 | 110001 | 10110000 | 110001 | 100010 |
Color Harmonies of #2D827C
Complementary color
Monochromatic Colors of #2D827C
Black with #2D827C
Text Example
Text Example
White with #2D827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D827C; }
p { color: rgb(45,130,124); }
H1.HeaderClassName
{
color: #2D827C;
}
.AnyTagClassName
{
color: #2D827C;
}
</style>
background-color css
<style>
a { background-color: #2D827C; }
a { background-color: rgb(45,130,124); }
div.DivClassName
{
background-color: #2D827C;
}
.BgClassName
{
background-color: #2D827C;
}
</style>
border-color css
<style>
span { border-color: #2D827C; }
span { border-color: rgb(45,130,124); }
td.TdClassName
{
border-color: #2D827C;
}
.TagClassName
{
border-color: #2D827C;
}
</style>