Shades of Elm #2D7674
Tints of Elm #2D7674
RGB
CMYK
RGB Variations
Color information
#2D7674 (or 0x2D7674) is known color: Elm. HEX triplet: 2D, 76 and 74. RGB value is (45,118,116). Sum of RGB (Red+Green+Blue) = 45+118+116=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #2D7674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7674 is #D2898B. Grayscale: #5F5F5F. Windows color (decimal): -13797772 or 7632429. OLE color: 7632429.
HSL color Cylindrical-coordinate representation of color #2D7674: hue angle of 178.36º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D7674 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 118 | 116 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.54 |
| HSL | 178.36º | 0.45% | 0.32% | - |
| HSV(B) | 178.36º | 0.62% | 0.46% | - |
| XYZ | 10.71 | 14.78 | 18.81 | - |
| YUV | 95.95 | 139.32 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 118 | 116 | 0.62 | 0 | 0.02 | 0.54 | 178.36 | 0.45 | 0.32 |
| Hex | 2D | 76 | 74 | 3E | 0 | 2 | 36 | B2 | 2D | 20 |
| Octal | 55 | 166 | 164 | 76 | 0 | 2 | 66 | 262 | 55 | 40 |
| Binary | 101101 | 1110110 | 1110100 | 111110 | 0 | 10 | 110110 | 10110010 | 101101 | 100000 |
Color Harmonies of #2D7674
Complementary color
Monochromatic Colors of #2D7674
Black with #2D7674
Text Example
Text Example
White with #2D7674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7674; }
p { color: rgb(45,118,116); }
H1.HeaderClassName
{
color: #2D7674;
}
.AnyTagClassName
{
color: #2D7674;
}
</style>
background-color css
<style>
a { background-color: #2D7674; }
a { background-color: rgb(45,118,116); }
div.DivClassName
{
background-color: #2D7674;
}
.BgClassName
{
background-color: #2D7674;
}
</style>
border-color css
<style>
span { border-color: #2D7674; }
span { border-color: rgb(45,118,116); }
td.TdClassName
{
border-color: #2D7674;
}
.TagClassName
{
border-color: #2D7674;
}
</style>