Shades of Elf Green #2A8665
Tints of Elf Green #2A8665
RGB
CMYK
RGB Variations
Color information
#2A8665 (or 0x2A8665) is known color: Elf Green. HEX triplet: 2A, 86 and 65. RGB value is (42,134,101). Sum of RGB (Red+Green+Blue) = 42+134+101=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #2A8665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A8665 is #D5799A. Grayscale: #666666. Windows color (decimal): -13990299 or 6653482. OLE color: 6653482.
HSL color Cylindrical-coordinate representation of color #2A8665: hue angle of 158.48º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A8665 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 134 | 101 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.47 |
| HSL | 158.48º | 0.52% | 0.35% | - |
| HSV(B) | 158.48º | 0.69% | 0.53% | - |
| XYZ | 11.83 | 18.48 | 15.26 | - |
| YUV | 102.73 | 127.02 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 134 | 101 | 0.69 | 0 | 0.25 | 0.47 | 158.48 | 0.52 | 0.35 |
| Hex | 2A | 86 | 65 | 45 | 0 | 19 | 2F | 9E | 34 | 23 |
| Octal | 52 | 206 | 145 | 105 | 0 | 31 | 57 | 236 | 64 | 43 |
| Binary | 101010 | 10000110 | 1100101 | 1000101 | 0 | 11001 | 101111 | 10011110 | 110100 | 100011 |
Color Harmonies of #2A8665
Complementary color
Monochromatic Colors of #2A8665
Black with #2A8665
Text Example
Text Example
White with #2A8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8665; }
p { color: rgb(42,134,101); }
H1.HeaderClassName
{
color: #2A8665;
}
.AnyTagClassName
{
color: #2A8665;
}
</style>
background-color css
<style>
a { background-color: #2A8665; }
a { background-color: rgb(42,134,101); }
div.DivClassName
{
background-color: #2A8665;
}
.BgClassName
{
background-color: #2A8665;
}
</style>
border-color css
<style>
span { border-color: #2A8665; }
span { border-color: rgb(42,134,101); }
td.TdClassName
{
border-color: #2A8665;
}
.TagClassName
{
border-color: #2A8665;
}
</style>