Shades of Elf Green #2C9074
Tints of Elf Green #2C9074
RGB
CMYK
RGB Variations
Color information
#2C9074 (or 0x2C9074) is known color: Elf Green. HEX triplet: 2C, 90 and 74. RGB value is (44,144,116). Sum of RGB (Red+Green+Blue) = 44+144+116=304 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.47% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #2C9074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9074 is #D36F8B. Grayscale: #6E6E6E. Windows color (decimal): -13856652 or 7639084. OLE color: 7639084.
HSL color Cylindrical-coordinate representation of color #2C9074: hue angle of 163.2º 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 #2C9074 is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 144 | 116 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.44 |
| HSL | 163.2º | 0.53% | 0.37% | - |
| HSV(B) | 163.2º | 0.69% | 0.56% | - |
| XYZ | 14.16 | 21.74 | 19.97 | - |
| YUV | 110.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 144 | 116 | 0.69 | 0 | 0.19 | 0.44 | 163.2 | 0.53 | 0.37 |
| Hex | 2C | 90 | 74 | 45 | 0 | 13 | 2C | A3 | 35 | 25 |
| Octal | 54 | 220 | 164 | 105 | 0 | 23 | 54 | 243 | 65 | 45 |
| Binary | 101100 | 10010000 | 1110100 | 1000101 | 0 | 10011 | 101100 | 10100011 | 110101 | 100101 |
Color Harmonies of #2C9074
Complementary color
Monochromatic Colors of #2C9074
Black with #2C9074
Text Example
Text Example
White with #2C9074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9074; }
p { color: rgb(44,144,116); }
H1.HeaderClassName
{
color: #2C9074;
}
.AnyTagClassName
{
color: #2C9074;
}
</style>
background-color css
<style>
a { background-color: #2C9074; }
a { background-color: rgb(44,144,116); }
div.DivClassName
{
background-color: #2C9074;
}
.BgClassName
{
background-color: #2C9074;
}
</style>
border-color css
<style>
span { border-color: #2C9074; }
span { border-color: rgb(44,144,116); }
td.TdClassName
{
border-color: #2C9074;
}
.TagClassName
{
border-color: #2C9074;
}
</style>