Shades of Elm #2F6F6E
Tints of Elm #2F6F6E
RGB
CMYK
RGB Variations
Color information
#2F6F6E (or 0x2F6F6E) is known color: Elm. HEX triplet: 2F, 6F and 6E. RGB value is (47,111,110). Sum of RGB (Red+Green+Blue) = 47+111+110=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6F6E is #D09091. Grayscale: #5B5B5B. Windows color (decimal): -13668498 or 7237423. OLE color: 7237423.
HSL color Cylindrical-coordinate representation of color #2F6F6E: hue angle of 179.06º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F6F6E is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 111 | 110 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.56 |
| HSL | 179.06º | 0.41% | 0.31% | - |
| HSV(B) | 179.06º | 0.58% | 0.44% | - |
| XYZ | 9.67 | 13.1 | 16.77 | - |
| YUV | 91.75 | 138.3 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 111 | 110 | 0.58 | 0 | 0.01 | 0.56 | 179.06 | 0.41 | 0.31 |
| Hex | 2F | 6F | 6E | 3A | 0 | 1 | 38 | B3 | 29 | 1F |
| Octal | 57 | 157 | 156 | 72 | 0 | 1 | 70 | 263 | 51 | 37 |
| Binary | 101111 | 1101111 | 1101110 | 111010 | 0 | 1 | 111000 | 10110011 | 101001 | 11111 |
Color Harmonies of #2F6F6E
Complementary color
Monochromatic Colors of #2F6F6E
Black with #2F6F6E
Text Example
Text Example
White with #2F6F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6F6E; }
p { color: rgb(47,111,110); }
H1.HeaderClassName
{
color: #2F6F6E;
}
.AnyTagClassName
{
color: #2F6F6E;
}
</style>
background-color css
<style>
a { background-color: #2F6F6E; }
a { background-color: rgb(47,111,110); }
div.DivClassName
{
background-color: #2F6F6E;
}
.BgClassName
{
background-color: #2F6F6E;
}
</style>
border-color css
<style>
span { border-color: #2F6F6E; }
span { border-color: rgb(47,111,110); }
td.TdClassName
{
border-color: #2F6F6E;
}
.TagClassName
{
border-color: #2F6F6E;
}
</style>