Shades of Elm #2F817A
Tints of Elm #2F817A
RGB
CMYK
RGB Variations
Color information
#2F817A (or 0x2F817A) is known color: Elm. HEX triplet: 2F, 81 and 7A. RGB value is (47,129,122). Sum of RGB (Red+Green+Blue) = 47+129+122=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #2F817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F817A is #D07E85. Grayscale: #676767. Windows color (decimal): -13663878 or 8028463. OLE color: 8028463.
HSL color Cylindrical-coordinate representation of color #2F817A: hue angle of 174.88º 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 #2F817A is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 47 | 129 | 122 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.49 |
| HSL | 174.88º | 0.47% | 0.35% | - |
| HSV(B) | 174.88º | 0.64% | 0.51% | - |
| XYZ | 12.54 | 17.71 | 21.17 | - |
| YUV | 103.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 129 | 122 | 0.64 | 0 | 0.05 | 0.49 | 174.88 | 0.47 | 0.35 |
| Hex | 2F | 81 | 7A | 40 | 0 | 5 | 31 | AF | 2F | 23 |
| Octal | 57 | 201 | 172 | 100 | 0 | 5 | 61 | 257 | 57 | 43 |
| Binary | 101111 | 10000001 | 1111010 | 1000000 | 0 | 101 | 110001 | 10101111 | 101111 | 100011 |
Color Harmonies of #2F817A
Complementary color
Monochromatic Colors of #2F817A
Black with #2F817A
Text Example
Text Example
White with #2F817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F817A; }
p { color: rgb(47,129,122); }
H1.HeaderClassName
{
color: #2F817A;
}
.AnyTagClassName
{
color: #2F817A;
}
</style>
background-color css
<style>
a { background-color: #2F817A; }
a { background-color: rgb(47,129,122); }
div.DivClassName
{
background-color: #2F817A;
}
.BgClassName
{
background-color: #2F817A;
}
</style>
border-color css
<style>
span { border-color: #2F817A; }
span { border-color: rgb(47,129,122); }
td.TdClassName
{
border-color: #2F817A;
}
.TagClassName
{
border-color: #2F817A;
}
</style>