Shades of Elm #2D8C83
Tints of Elm #2D8C83
RGB
CMYK
RGB Variations
Color information
#2D8C83 (or 0x2D8C83) is known color: Elm. HEX triplet: 2D, 8C and 83. RGB value is (45,140,131). Sum of RGB (Red+Green+Blue) = 45+140+131=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 140 - color contains mainly: green. Hex color #2D8C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8C83 is #D2737C. Grayscale: #6E6E6E. Windows color (decimal): -13792125 or 8621101. OLE color: 8621101.
HSL color Cylindrical-coordinate representation of color #2D8C83: hue angle of 174.32º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8C83 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 140 | 131 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.45 |
| HSL | 174.32º | 0.51% | 0.36% | - |
| HSV(B) | 174.32º | 0.68% | 0.55% | - |
| XYZ | 14.56 | 20.95 | 24.75 | - |
| YUV | 110.57 | 139.53 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 140 | 131 | 0.68 | 0 | 0.06 | 0.45 | 174.32 | 0.51 | 0.36 |
| Hex | 2D | 8C | 83 | 44 | 0 | 6 | 2D | AE | 33 | 24 |
| Octal | 55 | 214 | 203 | 104 | 0 | 6 | 55 | 256 | 63 | 44 |
| Binary | 101101 | 10001100 | 10000011 | 1000100 | 0 | 110 | 101101 | 10101110 | 110011 | 100100 |
Color Harmonies of #2D8C83
Complementary color
Monochromatic Colors of #2D8C83
Black with #2D8C83
Text Example
Text Example
White with #2D8C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8C83; }
p { color: rgb(45,140,131); }
H1.HeaderClassName
{
color: #2D8C83;
}
.AnyTagClassName
{
color: #2D8C83;
}
</style>
background-color css
<style>
a { background-color: #2D8C83; }
a { background-color: rgb(45,140,131); }
div.DivClassName
{
background-color: #2D8C83;
}
.BgClassName
{
background-color: #2D8C83;
}
</style>
border-color css
<style>
span { border-color: #2D8C83; }
span { border-color: rgb(45,140,131); }
td.TdClassName
{
border-color: #2D8C83;
}
.TagClassName
{
border-color: #2D8C83;
}
</style>