Shades of Elf Green #2B896D
Tints of Elf Green #2B896D
RGB
CMYK
RGB Variations
Color information
#2B896D (or 0x2B896D) is known color: Elf Green. HEX triplet: 2B, 89 and 6D. RGB value is (43,137,109). Sum of RGB (Red+Green+Blue) = 43+137+109=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #2B896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B896D is #D47692. Grayscale: #696969. Windows color (decimal): -13923987 or 7178539. OLE color: 7178539.
HSL color Cylindrical-coordinate representation of color #2B896D: hue angle of 162.13º degrees, saturation: 0.52, 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 #2B896D is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 109 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.46 |
| HSL | 162.13º | 0.52% | 0.35% | - |
| HSV(B) | 162.13º | 0.69% | 0.54% | - |
| XYZ | 12.7 | 19.51 | 17.56 | - |
| YUV | 105.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 109 | 0.69 | 0 | 0.20 | 0.46 | 162.13 | 0.52 | 0.35 |
| Hex | 2B | 89 | 6D | 45 | 0 | 14 | 2E | A2 | 34 | 23 |
| Octal | 53 | 211 | 155 | 105 | 0 | 24 | 56 | 242 | 64 | 43 |
| Binary | 101011 | 10001001 | 1101101 | 1000101 | 0 | 10100 | 101110 | 10100010 | 110100 | 100011 |
Color Harmonies of #2B896D
Complementary color
Monochromatic Colors of #2B896D
Black with #2B896D
Text Example
Text Example
White with #2B896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B896D; }
p { color: rgb(43,137,109); }
H1.HeaderClassName
{
color: #2B896D;
}
.AnyTagClassName
{
color: #2B896D;
}
</style>
background-color css
<style>
a { background-color: #2B896D; }
a { background-color: rgb(43,137,109); }
div.DivClassName
{
background-color: #2B896D;
}
.BgClassName
{
background-color: #2B896D;
}
</style>
border-color css
<style>
span { border-color: #2B896D; }
span { border-color: rgb(43,137,109); }
td.TdClassName
{
border-color: #2B896D;
}
.TagClassName
{
border-color: #2B896D;
}
</style>