Shades of Elm #2F8780
Tints of Elm #2F8780
RGB
CMYK
RGB Variations
Color information
#2F8780 (or 0x2F8780) is known color: Elm. HEX triplet: 2F, 87 and 80. RGB value is (47,135,128). Sum of RGB (Red+Green+Blue) = 47+135+128=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #2F8780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8780 is #D0787F. Grayscale: #6B6B6B. Windows color (decimal): -13662336 or 8423215. OLE color: 8423215.
HSL color Cylindrical-coordinate representation of color #2F8780: hue angle of 175.23º degrees, saturation: 0.48, 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 #2F8780 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 135 | 128 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.47 |
| HSL | 175.23º | 0.48% | 0.36% | - |
| HSV(B) | 175.23º | 0.65% | 0.53% | - |
| XYZ | 13.73 | 19.49 | 23.46 | - |
| YUV | 107.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 135 | 128 | 0.65 | 0 | 0.05 | 0.47 | 175.23 | 0.48 | 0.36 |
| Hex | 2F | 87 | 80 | 41 | 0 | 5 | 2F | AF | 30 | 24 |
| Octal | 57 | 207 | 200 | 101 | 0 | 5 | 57 | 257 | 60 | 44 |
| Binary | 101111 | 10000111 | 10000000 | 1000001 | 0 | 101 | 101111 | 10101111 | 110000 | 100100 |
Color Harmonies of #2F8780
Complementary color
Monochromatic Colors of #2F8780
Black with #2F8780
Text Example
Text Example
White with #2F8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F8780; }
p { color: rgb(47,135,128); }
H1.HeaderClassName
{
color: #2F8780;
}
.AnyTagClassName
{
color: #2F8780;
}
</style>
background-color css
<style>
a { background-color: #2F8780; }
a { background-color: rgb(47,135,128); }
div.DivClassName
{
background-color: #2F8780;
}
.BgClassName
{
background-color: #2F8780;
}
</style>
border-color css
<style>
span { border-color: #2F8780; }
span { border-color: rgb(47,135,128); }
td.TdClassName
{
border-color: #2F8780;
}
.TagClassName
{
border-color: #2F8780;
}
</style>