Shades of Elm #2D837D
Tints of Elm #2D837D
RGB
CMYK
RGB Variations
Color information
#2D837D (or 0x2D837D) is known color: Elm. HEX triplet: 2D, 83 and 7D. RGB value is (45,131,125). Sum of RGB (Red+Green+Blue) = 45+131+125=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #2D837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D837D is #D27C82. Grayscale: #686868. Windows color (decimal): -13794435 or 8225581. OLE color: 8225581.
HSL color Cylindrical-coordinate representation of color #2D837D: hue angle of 175.81º 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 #2D837D is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 131 | 125 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.49 |
| HSL | 175.81º | 0.49% | 0.35% | - |
| HSV(B) | 175.81º | 0.66% | 0.51% | - |
| XYZ | 12.9 | 18.27 | 22.25 | - |
| YUV | 104.6 | 139.51 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 131 | 125 | 0.66 | 0 | 0.05 | 0.49 | 175.81 | 0.49 | 0.35 |
| Hex | 2D | 83 | 7D | 42 | 0 | 5 | 31 | B0 | 31 | 23 |
| Octal | 55 | 203 | 175 | 102 | 0 | 5 | 61 | 260 | 61 | 43 |
| Binary | 101101 | 10000011 | 1111101 | 1000010 | 0 | 101 | 110001 | 10110000 | 110001 | 100011 |
Color Harmonies of #2D837D
Complementary color
Monochromatic Colors of #2D837D
Black with #2D837D
Text Example
Text Example
White with #2D837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D837D; }
p { color: rgb(45,131,125); }
H1.HeaderClassName
{
color: #2D837D;
}
.AnyTagClassName
{
color: #2D837D;
}
</style>
background-color css
<style>
a { background-color: #2D837D; }
a { background-color: rgb(45,131,125); }
div.DivClassName
{
background-color: #2D837D;
}
.BgClassName
{
background-color: #2D837D;
}
</style>
border-color css
<style>
span { border-color: #2D837D; }
span { border-color: rgb(45,131,125); }
td.TdClassName
{
border-color: #2D837D;
}
.TagClassName
{
border-color: #2D837D;
}
</style>