Shades of Elm #2C817A
Tints of Elm #2C817A
RGB
CMYK
RGB Variations
Color information
#2C817A (or 0x2C817A) is known color: Elm. HEX triplet: 2C, 81 and 7A. RGB value is (44,129,122). Sum of RGB (Red+Green+Blue) = 44+129+122=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #2C817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C817A is #D37E85. Grayscale: #666666. Windows color (decimal): -13860486 or 8028460. OLE color: 8028460.
HSL color Cylindrical-coordinate representation of color #2C817A: hue angle of 175.06º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C817A is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 129 | 122 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.49 |
| HSL | 175.06º | 0.49% | 0.34% | - |
| HSV(B) | 175.06º | 0.66% | 0.51% | - |
| XYZ | 12.4 | 17.64 | 21.16 | - |
| YUV | 102.79 | 138.84 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 129 | 122 | 0.66 | 0 | 0.05 | 0.49 | 175.06 | 0.49 | 0.34 |
| Hex | 2C | 81 | 7A | 42 | 0 | 5 | 31 | AF | 31 | 22 |
| Octal | 54 | 201 | 172 | 102 | 0 | 5 | 61 | 257 | 61 | 42 |
| Binary | 101100 | 10000001 | 1111010 | 1000010 | 0 | 101 | 110001 | 10101111 | 110001 | 100010 |
Color Harmonies of #2C817A
Complementary color
Monochromatic Colors of #2C817A
Black with #2C817A
Text Example
Text Example
White with #2C817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C817A; }
p { color: rgb(44,129,122); }
H1.HeaderClassName
{
color: #2C817A;
}
.AnyTagClassName
{
color: #2C817A;
}
</style>
background-color css
<style>
a { background-color: #2C817A; }
a { background-color: rgb(44,129,122); }
div.DivClassName
{
background-color: #2C817A;
}
.BgClassName
{
background-color: #2C817A;
}
</style>
border-color css
<style>
span { border-color: #2C817A; }
span { border-color: rgb(44,129,122); }
td.TdClassName
{
border-color: #2C817A;
}
.TagClassName
{
border-color: #2C817A;
}
</style>