Shades of Elm #2F897A
Tints of Elm #2F897A
RGB
CMYK
RGB Variations
Color information
#2F897A (or 0x2F897A) is known color: Elm. HEX triplet: 2F, 89 and 7A. RGB value is (47,137,122). Sum of RGB (Red+Green+Blue) = 47+137+122=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #2F897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F897A is #D07685. Grayscale: #6C6C6C. Windows color (decimal): -13661830 or 8030511. OLE color: 8030511.
HSL color Cylindrical-coordinate representation of color #2F897A: hue angle of 170º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F897A is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 137 | 122 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.46 |
| HSL | 170º | 0.49% | 0.36% | - |
| HSV(B) | 170º | 0.66% | 0.54% | - |
| XYZ | 13.63 | 19.9 | 21.54 | - |
| YUV | 108.38 | 135.68 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 137 | 122 | 0.66 | 0 | 0.11 | 0.46 | 170 | 0.49 | 0.36 |
| Hex | 2F | 89 | 7A | 42 | 0 | B | 2E | AA | 31 | 24 |
| Octal | 57 | 211 | 172 | 102 | 0 | 13 | 56 | 252 | 61 | 44 |
| Binary | 101111 | 10001001 | 1111010 | 1000010 | 0 | 1011 | 101110 | 10101010 | 110001 | 100100 |
Color Harmonies of #2F897A
Complementary color
Monochromatic Colors of #2F897A
Black with #2F897A
Text Example
Text Example
White with #2F897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F897A; }
p { color: rgb(47,137,122); }
H1.HeaderClassName
{
color: #2F897A;
}
.AnyTagClassName
{
color: #2F897A;
}
</style>
background-color css
<style>
a { background-color: #2F897A; }
a { background-color: rgb(47,137,122); }
div.DivClassName
{
background-color: #2F897A;
}
.BgClassName
{
background-color: #2F897A;
}
</style>
border-color css
<style>
span { border-color: #2F897A; }
span { border-color: rgb(47,137,122); }
td.TdClassName
{
border-color: #2F897A;
}
.TagClassName
{
border-color: #2F897A;
}
</style>