Shades of Elm #2F8A7F
Tints of Elm #2F8A7F
RGB
CMYK
RGB Variations
Color information
#2F8A7F (or 0x2F8A7F) is known color: Elm. HEX triplet: 2F, 8A and 7F. RGB value is (47,138,127). Sum of RGB (Red+Green+Blue) = 47+138+127=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #2F8A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8A7F is #D07580. Grayscale: #6D6D6D. Windows color (decimal): -13661569 or 8358447. OLE color: 8358447.
HSL color Cylindrical-coordinate representation of color #2F8A7F: hue angle of 172.75º 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 #2F8A7F is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 47 | 138 | 127 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.46 |
| HSL | 172.75º | 0.49% | 0.36% | - |
| HSV(B) | 172.75º | 0.66% | 0.54% | - |
| XYZ | 14.09 | 20.31 | 23.26 | - |
| YUV | 109.54 | 137.85 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 138 | 127 | 0.66 | 0 | 0.08 | 0.46 | 172.75 | 0.49 | 0.36 |
| Hex | 2F | 8A | 7F | 42 | 0 | 8 | 2E | AD | 31 | 24 |
| Octal | 57 | 212 | 177 | 102 | 0 | 10 | 56 | 255 | 61 | 44 |
| Binary | 101111 | 10001010 | 1111111 | 1000010 | 0 | 1000 | 101110 | 10101101 | 110001 | 100100 |
Color Harmonies of #2F8A7F
Complementary color
Monochromatic Colors of #2F8A7F
Black with #2F8A7F
Text Example
Text Example
White with #2F8A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8A7F; }
p { color: rgb(47,138,127); }
H1.HeaderClassName
{
color: #2F8A7F;
}
.AnyTagClassName
{
color: #2F8A7F;
}
</style>
background-color css
<style>
a { background-color: #2F8A7F; }
a { background-color: rgb(47,138,127); }
div.DivClassName
{
background-color: #2F8A7F;
}
.BgClassName
{
background-color: #2F8A7F;
}
</style>
border-color css
<style>
span { border-color: #2F8A7F; }
span { border-color: rgb(47,138,127); }
td.TdClassName
{
border-color: #2F8A7F;
}
.TagClassName
{
border-color: #2F8A7F;
}
</style>