Shades of Elm #2F887A
Tints of Elm #2F887A
RGB
CMYK
RGB Variations
Color information
#2F887A (or 0x2F887A) is known color: Elm. HEX triplet: 2F, 88 and 7A. RGB value is (47,136,122). Sum of RGB (Red+Green+Blue) = 47+136+122=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #2F887A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F887A is #D07785. Grayscale: #6B6B6B. Windows color (decimal): -13662086 or 8030255. OLE color: 8030255.
HSL color Cylindrical-coordinate representation of color #2F887A: hue angle of 170.56º 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 #2F887A is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 136 | 122 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.47 |
| HSL | 170.56º | 0.49% | 0.36% | - |
| HSV(B) | 170.56º | 0.65% | 0.53% | - |
| XYZ | 13.49 | 19.62 | 21.49 | - |
| YUV | 107.79 | 136.01 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 136 | 122 | 0.65 | 0 | 0.10 | 0.47 | 170.56 | 0.49 | 0.36 |
| Hex | 2F | 88 | 7A | 41 | 0 | A | 2F | AB | 31 | 24 |
| Octal | 57 | 210 | 172 | 101 | 0 | 12 | 57 | 253 | 61 | 44 |
| Binary | 101111 | 10001000 | 1111010 | 1000001 | 0 | 1010 | 101111 | 10101011 | 110001 | 100100 |
Color Harmonies of #2F887A
Complementary color
Monochromatic Colors of #2F887A
Black with #2F887A
Text Example
Text Example
White with #2F887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F887A; }
p { color: rgb(47,136,122); }
H1.HeaderClassName
{
color: #2F887A;
}
.AnyTagClassName
{
color: #2F887A;
}
</style>
background-color css
<style>
a { background-color: #2F887A; }
a { background-color: rgb(47,136,122); }
div.DivClassName
{
background-color: #2F887A;
}
.BgClassName
{
background-color: #2F887A;
}
</style>
border-color css
<style>
span { border-color: #2F887A; }
span { border-color: rgb(47,136,122); }
td.TdClassName
{
border-color: #2F887A;
}
.TagClassName
{
border-color: #2F887A;
}
</style>