Shades of Elm #2F7973
Tints of Elm #2F7973
RGB
CMYK
RGB Variations
Color information
#2F7973 (or 0x2F7973) is known color: Elm. HEX triplet: 2F, 79 and 73. RGB value is (47,121,115). Sum of RGB (Red+Green+Blue) = 47+121+115=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #2F7973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7973 is #D0868C. Grayscale: #626262. Windows color (decimal): -13665933 or 7567663. OLE color: 7567663.
HSL color Cylindrical-coordinate representation of color #2F7973: hue angle of 175.14º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F7973 is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 121 | 115 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.53 |
| HSL | 175.14º | 0.44% | 0.33% | - |
| HSV(B) | 175.14º | 0.61% | 0.47% | - |
| XYZ | 11.1 | 15.52 | 18.63 | - |
| YUV | 98.19 | 137.48 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 121 | 115 | 0.61 | 0 | 0.05 | 0.53 | 175.14 | 0.44 | 0.33 |
| Hex | 2F | 79 | 73 | 3D | 0 | 5 | 35 | AF | 2C | 21 |
| Octal | 57 | 171 | 163 | 75 | 0 | 5 | 65 | 257 | 54 | 41 |
| Binary | 101111 | 1111001 | 1110011 | 111101 | 0 | 101 | 110101 | 10101111 | 101100 | 100001 |
Color Harmonies of #2F7973
Complementary color
Monochromatic Colors of #2F7973
Black with #2F7973
Text Example
Text Example
White with #2F7973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7973; }
p { color: rgb(47,121,115); }
H1.HeaderClassName
{
color: #2F7973;
}
.AnyTagClassName
{
color: #2F7973;
}
</style>
background-color css
<style>
a { background-color: #2F7973; }
a { background-color: rgb(47,121,115); }
div.DivClassName
{
background-color: #2F7973;
}
.BgClassName
{
background-color: #2F7973;
}
</style>
border-color css
<style>
span { border-color: #2F7973; }
span { border-color: rgb(47,121,115); }
td.TdClassName
{
border-color: #2F7973;
}
.TagClassName
{
border-color: #2F7973;
}
</style>