Shades of Elf Green #2C906D
Tints of Elf Green #2C906D
RGB
CMYK
RGB Variations
Color information
#2C906D (or 0x2C906D) is known color: Elf Green. HEX triplet: 2C, 90 and 6D. RGB value is (44,144,109). Sum of RGB (Red+Green+Blue) = 44+144+109=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #2C906D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C906D is #D36F92. Grayscale: #6E6E6E. Windows color (decimal): -13856659 or 7180332. OLE color: 7180332.
HSL color Cylindrical-coordinate representation of color #2C906D: hue angle of 159º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C906D is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 144 | 109 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.44 |
| HSL | 159º | 0.53% | 0.37% | - |
| HSV(B) | 159º | 0.69% | 0.56% | - |
| XYZ | 13.77 | 21.59 | 17.91 | - |
| YUV | 110.11 | 127.37 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 144 | 109 | 0.69 | 0 | 0.24 | 0.44 | 159 | 0.53 | 0.37 |
| Hex | 2C | 90 | 6D | 45 | 0 | 18 | 2C | 9F | 35 | 25 |
| Octal | 54 | 220 | 155 | 105 | 0 | 30 | 54 | 237 | 65 | 45 |
| Binary | 101100 | 10010000 | 1101101 | 1000101 | 0 | 11000 | 101100 | 10011111 | 110101 | 100101 |
Color Harmonies of #2C906D
Complementary color
Monochromatic Colors of #2C906D
Black with #2C906D
Text Example
Text Example
White with #2C906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C906D; }
p { color: rgb(44,144,109); }
H1.HeaderClassName
{
color: #2C906D;
}
.AnyTagClassName
{
color: #2C906D;
}
</style>
background-color css
<style>
a { background-color: #2C906D; }
a { background-color: rgb(44,144,109); }
div.DivClassName
{
background-color: #2C906D;
}
.BgClassName
{
background-color: #2C906D;
}
</style>
border-color css
<style>
span { border-color: #2C906D; }
span { border-color: rgb(44,144,109); }
td.TdClassName
{
border-color: #2C906D;
}
.TagClassName
{
border-color: #2C906D;
}
</style>