Shades of Elf Green #2C8E6A
Tints of Elf Green #2C8E6A
RGB
CMYK
RGB Variations
Color information
#2C8E6A (or 0x2C8E6A) is known color: Elf Green. HEX triplet: 2C, 8E and 6A. RGB value is (44,142,106). Sum of RGB (Red+Green+Blue) = 44+142+106=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 142 - color contains mainly: green. Hex color #2C8E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8E6A is #D37195. Grayscale: #6C6C6C. Windows color (decimal): -13857174 or 6983212. OLE color: 6983212.
HSL color Cylindrical-coordinate representation of color #2C8E6A: hue angle of 157.96º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C8E6A is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 142 | 106 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.44 |
| HSL | 157.96º | 0.53% | 0.36% | - |
| HSV(B) | 157.96º | 0.69% | 0.56% | - |
| XYZ | 13.31 | 20.92 | 16.97 | - |
| YUV | 108.59 | 126.53 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 142 | 106 | 0.69 | 0 | 0.25 | 0.44 | 157.96 | 0.53 | 0.36 |
| Hex | 2C | 8E | 6A | 45 | 0 | 19 | 2C | 9E | 35 | 24 |
| Octal | 54 | 216 | 152 | 105 | 0 | 31 | 54 | 236 | 65 | 44 |
| Binary | 101100 | 10001110 | 1101010 | 1000101 | 0 | 11001 | 101100 | 10011110 | 110101 | 100100 |
Color Harmonies of #2C8E6A
Complementary color
Monochromatic Colors of #2C8E6A
Black with #2C8E6A
Text Example
Text Example
White with #2C8E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8E6A; }
p { color: rgb(44,142,106); }
H1.HeaderClassName
{
color: #2C8E6A;
}
.AnyTagClassName
{
color: #2C8E6A;
}
</style>
background-color css
<style>
a { background-color: #2C8E6A; }
a { background-color: rgb(44,142,106); }
div.DivClassName
{
background-color: #2C8E6A;
}
.BgClassName
{
background-color: #2C8E6A;
}
</style>
border-color css
<style>
span { border-color: #2C8E6A; }
span { border-color: rgb(44,142,106); }
td.TdClassName
{
border-color: #2C8E6A;
}
.TagClassName
{
border-color: #2C8E6A;
}
</style>