Shades of Elf Green #2C8568
Tints of Elf Green #2C8568
RGB
CMYK
RGB Variations
Color information
#2C8568 (or 0x2C8568) is known color: Elf Green. HEX triplet: 2C, 85 and 68. RGB value is (44,133,104). Sum of RGB (Red+Green+Blue) = 44+133+104=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8568 is #D37A97. Grayscale: #676767. Windows color (decimal): -13859480 or 6849836. OLE color: 6849836.
HSL color Cylindrical-coordinate representation of color #2C8568: hue angle of 160.45º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8568 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 133 | 104 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.48 |
| HSL | 160.45º | 0.5% | 0.35% | - |
| HSV(B) | 160.45º | 0.67% | 0.52% | - |
| XYZ | 11.92 | 18.31 | 16 | - |
| YUV | 103.08 | 128.51 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 104 | 0.67 | 0 | 0.22 | 0.48 | 160.45 | 0.5 | 0.35 |
| Hex | 2C | 85 | 68 | 43 | 0 | 16 | 30 | A0 | 32 | 23 |
| Octal | 54 | 205 | 150 | 103 | 0 | 26 | 60 | 240 | 62 | 43 |
| Binary | 101100 | 10000101 | 1101000 | 1000011 | 0 | 10110 | 110000 | 10100000 | 110010 | 100011 |
Color Harmonies of #2C8568
Complementary color
Monochromatic Colors of #2C8568
Black with #2C8568
Text Example
Text Example
White with #2C8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8568; }
p { color: rgb(44,133,104); }
H1.HeaderClassName
{
color: #2C8568;
}
.AnyTagClassName
{
color: #2C8568;
}
</style>
background-color css
<style>
a { background-color: #2C8568; }
a { background-color: rgb(44,133,104); }
div.DivClassName
{
background-color: #2C8568;
}
.BgClassName
{
background-color: #2C8568;
}
</style>
border-color css
<style>
span { border-color: #2C8568; }
span { border-color: rgb(44,133,104); }
td.TdClassName
{
border-color: #2C8568;
}
.TagClassName
{
border-color: #2C8568;
}
</style>