Shades of Elf Green #2B926C
Tints of Elf Green #2B926C
RGB
CMYK
RGB Variations
Color information
#2B926C (or 0x2B926C) is known color: Elf Green. HEX triplet: 2B, 92 and 6C. RGB value is (43,146,108). Sum of RGB (Red+Green+Blue) = 43+146+108=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #2B926C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B926C is #D46D93. Grayscale: #6E6E6E. Windows color (decimal): -13921684 or 7115307. OLE color: 7115307.
HSL color Cylindrical-coordinate representation of color #2B926C: hue angle of 157.86º 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 #2B926C is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 108 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.43 |
| HSL | 157.86º | 0.54% | 0.37% | - |
| HSV(B) | 157.86º | 0.71% | 0.57% | - |
| XYZ | 13.98 | 22.15 | 17.73 | - |
| YUV | 110.87 | 126.38 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 108 | 0.71 | 0 | 0.26 | 0.43 | 157.86 | 0.54 | 0.37 |
| Hex | 2B | 92 | 6C | 47 | 0 | 1A | 2B | 9E | 36 | 25 |
| Octal | 53 | 222 | 154 | 107 | 0 | 32 | 53 | 236 | 66 | 45 |
| Binary | 101011 | 10010010 | 1101100 | 1000111 | 0 | 11010 | 101011 | 10011110 | 110110 | 100101 |
Color Harmonies of #2B926C
Complementary color
Monochromatic Colors of #2B926C
Black with #2B926C
Text Example
Text Example
White with #2B926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B926C; }
p { color: rgb(43,146,108); }
H1.HeaderClassName
{
color: #2B926C;
}
.AnyTagClassName
{
color: #2B926C;
}
</style>
background-color css
<style>
a { background-color: #2B926C; }
a { background-color: rgb(43,146,108); }
div.DivClassName
{
background-color: #2B926C;
}
.BgClassName
{
background-color: #2B926C;
}
</style>
border-color css
<style>
span { border-color: #2B926C; }
span { border-color: rgb(43,146,108); }
td.TdClassName
{
border-color: #2B926C;
}
.TagClassName
{
border-color: #2B926C;
}
</style>