Shades of Elm #2F887B
Tints of Elm #2F887B
RGB
CMYK
RGB Variations
Color information
#2F887B (or 0x2F887B) is known color: Elm. HEX triplet: 2F, 88 and 7B. RGB value is (47,136,123). Sum of RGB (Red+Green+Blue) = 47+136+123=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #2F887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F887B is #D07784. Grayscale: #6B6B6B. Windows color (decimal): -13662085 or 8095791. OLE color: 8095791.
HSL color Cylindrical-coordinate representation of color #2F887B: hue angle of 171.24º degrees, saturation: 0.49, 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 #2F887B is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 123 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.47 |
| HSL | 171.24º | 0.49% | 0.36% | - |
| HSV(B) | 171.24º | 0.65% | 0.53% | - |
| XYZ | 13.55 | 19.64 | 21.82 | - |
| YUV | 107.91 | 136.51 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 123 | 0.65 | 0 | 0.10 | 0.47 | 171.24 | 0.49 | 0.36 |
| Hex | 2F | 88 | 7B | 41 | 0 | A | 2F | AB | 31 | 24 |
| Octal | 57 | 210 | 173 | 101 | 0 | 12 | 57 | 253 | 61 | 44 |
| Binary | 101111 | 10001000 | 1111011 | 1000001 | 0 | 1010 | 101111 | 10101011 | 110001 | 100100 |
Color Harmonies of #2F887B
Complementary color
Monochromatic Colors of #2F887B
Black with #2F887B
Text Example
Text Example
White with #2F887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F887B; }
p { color: rgb(47,136,123); }
H1.HeaderClassName
{
color: #2F887B;
}
.AnyTagClassName
{
color: #2F887B;
}
</style>
background-color css
<style>
a { background-color: #2F887B; }
a { background-color: rgb(47,136,123); }
div.DivClassName
{
background-color: #2F887B;
}
.BgClassName
{
background-color: #2F887B;
}
</style>
border-color css
<style>
span { border-color: #2F887B; }
span { border-color: rgb(47,136,123); }
td.TdClassName
{
border-color: #2F887B;
}
.TagClassName
{
border-color: #2F887B;
}
</style>