Shades of Elf Green #2A8C69
Tints of Elf Green #2A8C69
RGB
CMYK
RGB Variations
Color information
#2A8C69 (or 0x2A8C69) is known color: Elf Green. HEX triplet: 2A, 8C and 69. RGB value is (42,140,105). Sum of RGB (Red+Green+Blue) = 42+140+105=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 140 - color contains mainly: green. Hex color #2A8C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8C69 is #D57396. Grayscale: #6A6A6A. Windows color (decimal): -13988759 or 6917162. OLE color: 6917162.
HSL color Cylindrical-coordinate representation of color #2A8C69: hue angle of 158.57º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8C69 is Cyan = 0.7, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 140 | 105 | - |
| CMYK | 0.7 | 0 | 0.25 | 0.45 |
| HSL | 158.57º | 0.54% | 0.36% | - |
| HSV(B) | 158.57º | 0.7% | 0.55% | - |
| XYZ | 12.88 | 20.27 | 16.6 | - |
| YUV | 106.71 | 127.03 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 140 | 105 | 0.7 | 0 | 0.25 | 0.45 | 158.57 | 0.54 | 0.36 |
| Hex | 2A | 8C | 69 | 46 | 0 | 19 | 2D | 9F | 36 | 24 |
| Octal | 52 | 214 | 151 | 106 | 0 | 31 | 55 | 237 | 66 | 44 |
| Binary | 101010 | 10001100 | 1101001 | 1000110 | 0 | 11001 | 101101 | 10011111 | 110110 | 100100 |
Color Harmonies of #2A8C69
Complementary color
Monochromatic Colors of #2A8C69
Black with #2A8C69
Text Example
Text Example
White with #2A8C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8C69; }
p { color: rgb(42,140,105); }
H1.HeaderClassName
{
color: #2A8C69;
}
.AnyTagClassName
{
color: #2A8C69;
}
</style>
background-color css
<style>
a { background-color: #2A8C69; }
a { background-color: rgb(42,140,105); }
div.DivClassName
{
background-color: #2A8C69;
}
.BgClassName
{
background-color: #2A8C69;
}
</style>
border-color css
<style>
span { border-color: #2A8C69; }
span { border-color: rgb(42,140,105); }
td.TdClassName
{
border-color: #2A8C69;
}
.TagClassName
{
border-color: #2A8C69;
}
</style>