Shades of Elm #2D8A83
Tints of Elm #2D8A83
RGB
CMYK
RGB Variations
Color information
#2D8A83 (or 0x2D8A83) is known color: Elm. HEX triplet: 2D, 8A and 83. RGB value is (45,138,131). Sum of RGB (Red+Green+Blue) = 45+138+131=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D8A83 is #D2757C. Grayscale: #6D6D6D. Windows color (decimal): -13792637 or 8620589. OLE color: 8620589.
HSL color Cylindrical-coordinate representation of color #2D8A83: hue angle of 175.48º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8A83 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 138 | 131 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.46 |
| HSL | 175.48º | 0.51% | 0.36% | - |
| HSV(B) | 175.48º | 0.67% | 0.54% | - |
| XYZ | 14.27 | 20.37 | 24.65 | - |
| YUV | 109.4 | 140.19 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 138 | 131 | 0.67 | 0 | 0.05 | 0.46 | 175.48 | 0.51 | 0.36 |
| Hex | 2D | 8A | 83 | 43 | 0 | 5 | 2E | AF | 33 | 24 |
| Octal | 55 | 212 | 203 | 103 | 0 | 5 | 56 | 257 | 63 | 44 |
| Binary | 101101 | 10001010 | 10000011 | 1000011 | 0 | 101 | 101110 | 10101111 | 110011 | 100100 |
Color Harmonies of #2D8A83
Complementary color
Monochromatic Colors of #2D8A83
Black with #2D8A83
Text Example
Text Example
White with #2D8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8A83; }
p { color: rgb(45,138,131); }
H1.HeaderClassName
{
color: #2D8A83;
}
.AnyTagClassName
{
color: #2D8A83;
}
</style>
background-color css
<style>
a { background-color: #2D8A83; }
a { background-color: rgb(45,138,131); }
div.DivClassName
{
background-color: #2D8A83;
}
.BgClassName
{
background-color: #2D8A83;
}
</style>
border-color css
<style>
span { border-color: #2D8A83; }
span { border-color: rgb(45,138,131); }
td.TdClassName
{
border-color: #2D8A83;
}
.TagClassName
{
border-color: #2D8A83;
}
</style>