Shades of Elm #2F877D
Tints of Elm #2F877D
RGB
CMYK
RGB Variations
Color information
#2F877D (or 0x2F877D) is known color: Elm. HEX triplet: 2F, 87 and 7D. RGB value is (47,135,125). Sum of RGB (Red+Green+Blue) = 47+135+125=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #2F877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F877D is #D07882. Grayscale: #6B6B6B. Windows color (decimal): -13662339 or 8226607. OLE color: 8226607.
HSL color Cylindrical-coordinate representation of color #2F877D: hue angle of 173.18º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F877D is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 135 | 125 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.47 |
| HSL | 173.18º | 0.48% | 0.36% | - |
| HSV(B) | 173.18º | 0.65% | 0.53% | - |
| XYZ | 13.54 | 19.41 | 22.44 | - |
| YUV | 107.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 125 | 0.65 | 0 | 0.07 | 0.47 | 173.18 | 0.48 | 0.36 |
| Hex | 2F | 87 | 7D | 41 | 0 | 7 | 2F | AD | 30 | 24 |
| Octal | 57 | 207 | 175 | 101 | 0 | 7 | 57 | 255 | 60 | 44 |
| Binary | 101111 | 10000111 | 1111101 | 1000001 | 0 | 111 | 101111 | 10101101 | 110000 | 100100 |
Color Harmonies of #2F877D
Complementary color
Monochromatic Colors of #2F877D
Black with #2F877D
Text Example
Text Example
White with #2F877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F877D; }
p { color: rgb(47,135,125); }
H1.HeaderClassName
{
color: #2F877D;
}
.AnyTagClassName
{
color: #2F877D;
}
</style>
background-color css
<style>
a { background-color: #2F877D; }
a { background-color: rgb(47,135,125); }
div.DivClassName
{
background-color: #2F877D;
}
.BgClassName
{
background-color: #2F877D;
}
</style>
border-color css
<style>
span { border-color: #2F877D; }
span { border-color: rgb(47,135,125); }
td.TdClassName
{
border-color: #2F877D;
}
.TagClassName
{
border-color: #2F877D;
}
</style>