Shades of Elm #2F827C
Tints of Elm #2F827C
RGB
CMYK
RGB Variations
Color information
#2F827C (or 0x2F827C) is known color: Elm. HEX triplet: 2F, 82 and 7C. RGB value is (47,130,124). Sum of RGB (Red+Green+Blue) = 47+130+124=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #2F827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F827C is #D07D83. Grayscale: #686868. Windows color (decimal): -13663620 or 8159791. OLE color: 8159791.
HSL color Cylindrical-coordinate representation of color #2F827C: hue angle of 175.66º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F827C is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 130 | 124 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.49 |
| HSL | 175.66º | 0.47% | 0.35% | - |
| HSV(B) | 175.66º | 0.64% | 0.51% | - |
| XYZ | 12.79 | 18.02 | 21.87 | - |
| YUV | 104.5 | 139 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 130 | 124 | 0.64 | 0 | 0.05 | 0.49 | 175.66 | 0.47 | 0.35 |
| Hex | 2F | 82 | 7C | 40 | 0 | 5 | 31 | B0 | 2F | 23 |
| Octal | 57 | 202 | 174 | 100 | 0 | 5 | 61 | 260 | 57 | 43 |
| Binary | 101111 | 10000010 | 1111100 | 1000000 | 0 | 101 | 110001 | 10110000 | 101111 | 100011 |
Color Harmonies of #2F827C
Complementary color
Monochromatic Colors of #2F827C
Black with #2F827C
Text Example
Text Example
White with #2F827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F827C; }
p { color: rgb(47,130,124); }
H1.HeaderClassName
{
color: #2F827C;
}
.AnyTagClassName
{
color: #2F827C;
}
</style>
background-color css
<style>
a { background-color: #2F827C; }
a { background-color: rgb(47,130,124); }
div.DivClassName
{
background-color: #2F827C;
}
.BgClassName
{
background-color: #2F827C;
}
</style>
border-color css
<style>
span { border-color: #2F827C; }
span { border-color: rgb(47,130,124); }
td.TdClassName
{
border-color: #2F827C;
}
.TagClassName
{
border-color: #2F827C;
}
</style>