Shades of Elm #2D837B
Tints of Elm #2D837B
RGB
CMYK
RGB Variations
Color information
#2D837B (or 0x2D837B) is known color: Elm. HEX triplet: 2D, 83 and 7B. RGB value is (45,131,123). Sum of RGB (Red+Green+Blue) = 45+131+123=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #2D837B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D837B is #D27C84. Grayscale: #686868. Windows color (decimal): -13794437 or 8094509. OLE color: 8094509.
HSL color Cylindrical-coordinate representation of color #2D837B: hue angle of 174.42º 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 #2D837B is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 131 | 123 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.49 |
| HSL | 174.42º | 0.49% | 0.35% | - |
| HSV(B) | 174.42º | 0.66% | 0.51% | - |
| XYZ | 12.77 | 18.22 | 21.58 | - |
| YUV | 104.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 131 | 123 | 0.66 | 0 | 0.06 | 0.49 | 174.42 | 0.49 | 0.35 |
| Hex | 2D | 83 | 7B | 42 | 0 | 6 | 31 | AE | 31 | 23 |
| Octal | 55 | 203 | 173 | 102 | 0 | 6 | 61 | 256 | 61 | 43 |
| Binary | 101101 | 10000011 | 1111011 | 1000010 | 0 | 110 | 110001 | 10101110 | 110001 | 100011 |
Color Harmonies of #2D837B
Complementary color
Monochromatic Colors of #2D837B
Black with #2D837B
Text Example
Text Example
White with #2D837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D837B; }
p { color: rgb(45,131,123); }
H1.HeaderClassName
{
color: #2D837B;
}
.AnyTagClassName
{
color: #2D837B;
}
</style>
background-color css
<style>
a { background-color: #2D837B; }
a { background-color: rgb(45,131,123); }
div.DivClassName
{
background-color: #2D837B;
}
.BgClassName
{
background-color: #2D837B;
}
</style>
border-color css
<style>
span { border-color: #2D837B; }
span { border-color: rgb(45,131,123); }
td.TdClassName
{
border-color: #2D837B;
}
.TagClassName
{
border-color: #2D837B;
}
</style>