Shades of Elf Green #2B926E
Tints of Elf Green #2B926E
RGB
CMYK
RGB Variations
Color information
#2B926E (or 0x2B926E) is known color: Elf Green. HEX triplet: 2B, 92 and 6E. RGB value is (43,146,110). Sum of RGB (Red+Green+Blue) = 43+146+110=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #2B926E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B926E is #D46D91. Grayscale: #6F6F6F. Windows color (decimal): -13921682 or 7246379. OLE color: 7246379.
HSL color Cylindrical-coordinate representation of color #2B926E: hue angle of 159.03º degrees, saturation: 0.54, 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 #2B926E is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 110 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.43 |
| HSL | 159.03º | 0.54% | 0.37% | - |
| HSV(B) | 159.03º | 0.71% | 0.57% | - |
| XYZ | 14.09 | 22.2 | 18.29 | - |
| YUV | 111.1 | 127.38 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 110 | 0.71 | 0 | 0.25 | 0.43 | 159.03 | 0.54 | 0.37 |
| Hex | 2B | 92 | 6E | 47 | 0 | 19 | 2B | 9F | 36 | 25 |
| Octal | 53 | 222 | 156 | 107 | 0 | 31 | 53 | 237 | 66 | 45 |
| Binary | 101011 | 10010010 | 1101110 | 1000111 | 0 | 11001 | 101011 | 10011111 | 110110 | 100101 |
Color Harmonies of #2B926E
Complementary color
Monochromatic Colors of #2B926E
Black with #2B926E
Text Example
Text Example
White with #2B926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B926E; }
p { color: rgb(43,146,110); }
H1.HeaderClassName
{
color: #2B926E;
}
.AnyTagClassName
{
color: #2B926E;
}
</style>
background-color css
<style>
a { background-color: #2B926E; }
a { background-color: rgb(43,146,110); }
div.DivClassName
{
background-color: #2B926E;
}
.BgClassName
{
background-color: #2B926E;
}
</style>
border-color css
<style>
span { border-color: #2B926E; }
span { border-color: rgb(43,146,110); }
td.TdClassName
{
border-color: #2B926E;
}
.TagClassName
{
border-color: #2B926E;
}
</style>