Shades of Elm #2F8C7F
Tints of Elm #2F8C7F
RGB
CMYK
RGB Variations
Color information
#2F8C7F (or 0x2F8C7F) is known color: Elm. HEX triplet: 2F, 8C and 7F. RGB value is (47,140,127). Sum of RGB (Red+Green+Blue) = 47+140+127=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #2F8C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8C7F is #D07380. Grayscale: #6E6E6E. Windows color (decimal): -13661057 or 8358959. OLE color: 8358959.
HSL color Cylindrical-coordinate representation of color #2F8C7F: hue angle of 171.61º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8C7F is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 140 | 127 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.45 |
| HSL | 171.61º | 0.5% | 0.37% | - |
| HSV(B) | 171.61º | 0.66% | 0.55% | - |
| XYZ | 14.38 | 20.89 | 23.35 | - |
| YUV | 110.71 | 137.19 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 140 | 127 | 0.66 | 0 | 0.09 | 0.45 | 171.61 | 0.5 | 0.37 |
| Hex | 2F | 8C | 7F | 42 | 0 | 9 | 2D | AC | 32 | 25 |
| Octal | 57 | 214 | 177 | 102 | 0 | 11 | 55 | 254 | 62 | 45 |
| Binary | 101111 | 10001100 | 1111111 | 1000010 | 0 | 1001 | 101101 | 10101100 | 110010 | 100101 |
Color Harmonies of #2F8C7F
Complementary color
Monochromatic Colors of #2F8C7F
Black with #2F8C7F
Text Example
Text Example
White with #2F8C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8C7F; }
p { color: rgb(47,140,127); }
H1.HeaderClassName
{
color: #2F8C7F;
}
.AnyTagClassName
{
color: #2F8C7F;
}
</style>
background-color css
<style>
a { background-color: #2F8C7F; }
a { background-color: rgb(47,140,127); }
div.DivClassName
{
background-color: #2F8C7F;
}
.BgClassName
{
background-color: #2F8C7F;
}
</style>
border-color css
<style>
span { border-color: #2F8C7F; }
span { border-color: rgb(47,140,127); }
td.TdClassName
{
border-color: #2F8C7F;
}
.TagClassName
{
border-color: #2F8C7F;
}
</style>