Shades of Elf Green #2A926E
Tints of Elf Green #2A926E
RGB
CMYK
RGB Variations
Color information
#2A926E (or 0x2A926E) is known color: Elf Green. HEX triplet: 2A, 92 and 6E. RGB value is (42,146,110). Sum of RGB (Red+Green+Blue) = 42+146+110=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #2A926E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A926E is #D56D91. Grayscale: #6E6E6E. Windows color (decimal): -13987218 or 7246378. OLE color: 7246378.
HSL color Cylindrical-coordinate representation of color #2A926E: hue angle of 159.23º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A926E is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 146 | 110 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.43 |
| HSL | 159.23º | 0.55% | 0.37% | - |
| HSV(B) | 159.23º | 0.71% | 0.57% | - |
| XYZ | 14.05 | 22.18 | 18.29 | - |
| YUV | 110.8 | 127.54 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 146 | 110 | 0.71 | 0 | 0.25 | 0.43 | 159.23 | 0.55 | 0.37 |
| Hex | 2A | 92 | 6E | 47 | 0 | 19 | 2B | 9F | 37 | 25 |
| Octal | 52 | 222 | 156 | 107 | 0 | 31 | 53 | 237 | 67 | 45 |
| Binary | 101010 | 10010010 | 1101110 | 1000111 | 0 | 11001 | 101011 | 10011111 | 110111 | 100101 |
Color Harmonies of #2A926E
Complementary color
Monochromatic Colors of #2A926E
Black with #2A926E
Text Example
Text Example
White with #2A926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A926E; }
p { color: rgb(42,146,110); }
H1.HeaderClassName
{
color: #2A926E;
}
.AnyTagClassName
{
color: #2A926E;
}
</style>
background-color css
<style>
a { background-color: #2A926E; }
a { background-color: rgb(42,146,110); }
div.DivClassName
{
background-color: #2A926E;
}
.BgClassName
{
background-color: #2A926E;
}
</style>
border-color css
<style>
span { border-color: #2A926E; }
span { border-color: rgb(42,146,110); }
td.TdClassName
{
border-color: #2A926E;
}
.TagClassName
{
border-color: #2A926E;
}
</style>