Shades of Elm #2A7574
Tints of Elm #2A7574
RGB
CMYK
RGB Variations
Color information
#2A7574 (or 0x2A7574) is known color: Elm. HEX triplet: 2A, 75 and 74. RGB value is (42,117,116). Sum of RGB (Red+Green+Blue) = 42+117+116=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7574 is #D58A8B. Grayscale: #5E5E5E. Windows color (decimal): -13994636 or 7632170. OLE color: 7632170.
HSL color Cylindrical-coordinate representation of color #2A7574: hue angle of 179.2º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A7574 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 117 | 116 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.54 |
| HSL | 179.2º | 0.47% | 0.31% | - |
| HSV(B) | 179.2º | 0.64% | 0.46% | - |
| XYZ | 10.47 | 14.48 | 18.77 | - |
| YUV | 94.46 | 140.15 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 116 | 0.64 | 0 | 0.01 | 0.54 | 179.2 | 0.47 | 0.31 |
| Hex | 2A | 75 | 74 | 40 | 0 | 1 | 36 | B3 | 2F | 1F |
| Octal | 52 | 165 | 164 | 100 | 0 | 1 | 66 | 263 | 57 | 37 |
| Binary | 101010 | 1110101 | 1110100 | 1000000 | 0 | 1 | 110110 | 10110011 | 101111 | 11111 |
Color Harmonies of #2A7574
Complementary color
Monochromatic Colors of #2A7574
Black with #2A7574
Text Example
Text Example
White with #2A7574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7574; }
p { color: rgb(42,117,116); }
H1.HeaderClassName
{
color: #2A7574;
}
.AnyTagClassName
{
color: #2A7574;
}
</style>
background-color css
<style>
a { background-color: #2A7574; }
a { background-color: rgb(42,117,116); }
div.DivClassName
{
background-color: #2A7574;
}
.BgClassName
{
background-color: #2A7574;
}
</style>
border-color css
<style>
span { border-color: #2A7574; }
span { border-color: rgb(42,117,116); }
td.TdClassName
{
border-color: #2A7574;
}
.TagClassName
{
border-color: #2A7574;
}
</style>