Shades of Elf Green #2A866B
Tints of Elf Green #2A866B
RGB
CMYK
RGB Variations
Color information
#2A866B (or 0x2A866B) is known color: Elf Green. HEX triplet: 2A, 86 and 6B. RGB value is (42,134,107). Sum of RGB (Red+Green+Blue) = 42+134+107=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #2A866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A866B is #D57994. Grayscale: #676767. Windows color (decimal): -13990293 or 7046698. OLE color: 7046698.
HSL color Cylindrical-coordinate representation of color #2A866B: hue angle of 162.39º 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 #2A866B is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 134 | 107 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.47 |
| HSL | 162.39º | 0.52% | 0.35% | - |
| HSV(B) | 162.39º | 0.69% | 0.53% | - |
| XYZ | 12.13 | 18.6 | 16.86 | - |
| YUV | 103.41 | 130.02 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 134 | 107 | 0.69 | 0 | 0.20 | 0.47 | 162.39 | 0.52 | 0.35 |
| Hex | 2A | 86 | 6B | 45 | 0 | 14 | 2F | A2 | 34 | 23 |
| Octal | 52 | 206 | 153 | 105 | 0 | 24 | 57 | 242 | 64 | 43 |
| Binary | 101010 | 10000110 | 1101011 | 1000101 | 0 | 10100 | 101111 | 10100010 | 110100 | 100011 |
Color Harmonies of #2A866B
Complementary color
Monochromatic Colors of #2A866B
Black with #2A866B
Text Example
Text Example
White with #2A866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A866B; }
p { color: rgb(42,134,107); }
H1.HeaderClassName
{
color: #2A866B;
}
.AnyTagClassName
{
color: #2A866B;
}
</style>
background-color css
<style>
a { background-color: #2A866B; }
a { background-color: rgb(42,134,107); }
div.DivClassName
{
background-color: #2A866B;
}
.BgClassName
{
background-color: #2A866B;
}
</style>
border-color css
<style>
span { border-color: #2A866B; }
span { border-color: rgb(42,134,107); }
td.TdClassName
{
border-color: #2A866B;
}
.TagClassName
{
border-color: #2A866B;
}
</style>