Shades of Elf Green #2A896B
Tints of Elf Green #2A896B
RGB
CMYK
RGB Variations
Color information
#2A896B (or 0x2A896B) is known color: Elf Green. HEX triplet: 2A, 89 and 6B. RGB value is (42,137,107). Sum of RGB (Red+Green+Blue) = 42+137+107=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #2A896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A896B is #D57694. Grayscale: #696969. Windows color (decimal): -13989525 or 7047466. OLE color: 7047466.
HSL color Cylindrical-coordinate representation of color #2A896B: hue angle of 161.05º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A896B is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 137 | 107 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.46 |
| HSL | 161.05º | 0.53% | 0.35% | - |
| HSV(B) | 161.05º | 0.69% | 0.54% | - |
| XYZ | 12.55 | 19.45 | 17 | - |
| YUV | 105.18 | 129.03 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 137 | 107 | 0.69 | 0 | 0.22 | 0.46 | 161.05 | 0.53 | 0.35 |
| Hex | 2A | 89 | 6B | 45 | 0 | 16 | 2E | A1 | 35 | 23 |
| Octal | 52 | 211 | 153 | 105 | 0 | 26 | 56 | 241 | 65 | 43 |
| Binary | 101010 | 10001001 | 1101011 | 1000101 | 0 | 10110 | 101110 | 10100001 | 110101 | 100011 |
Color Harmonies of #2A896B
Complementary color
Monochromatic Colors of #2A896B
Black with #2A896B
Text Example
Text Example
White with #2A896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A896B; }
p { color: rgb(42,137,107); }
H1.HeaderClassName
{
color: #2A896B;
}
.AnyTagClassName
{
color: #2A896B;
}
</style>
background-color css
<style>
a { background-color: #2A896B; }
a { background-color: rgb(42,137,107); }
div.DivClassName
{
background-color: #2A896B;
}
.BgClassName
{
background-color: #2A896B;
}
</style>
border-color css
<style>
span { border-color: #2A896B; }
span { border-color: rgb(42,137,107); }
td.TdClassName
{
border-color: #2A896B;
}
.TagClassName
{
border-color: #2A896B;
}
</style>