Shades of Elf Green #2B896B
Tints of Elf Green #2B896B
RGB
CMYK
RGB Variations
Color information
#2B896B (or 0x2B896B) is known color: Elf Green. HEX triplet: 2B, 89 and 6B. RGB value is (43,137,107). Sum of RGB (Red+Green+Blue) = 43+137+107=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #2B896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B896B is #D47694. Grayscale: #696969. Windows color (decimal): -13923989 or 7047467. OLE color: 7047467.
HSL color Cylindrical-coordinate representation of color #2B896B: hue angle of 160.85º 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 #2B896B is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 107 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.46 |
| HSL | 160.85º | 0.52% | 0.35% | - |
| HSV(B) | 160.85º | 0.69% | 0.54% | - |
| XYZ | 12.6 | 19.47 | 17 | - |
| YUV | 105.47 | 128.86 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 107 | 0.69 | 0 | 0.22 | 0.46 | 160.85 | 0.52 | 0.35 |
| Hex | 2B | 89 | 6B | 45 | 0 | 16 | 2E | A1 | 34 | 23 |
| Octal | 53 | 211 | 153 | 105 | 0 | 26 | 56 | 241 | 64 | 43 |
| Binary | 101011 | 10001001 | 1101011 | 1000101 | 0 | 10110 | 101110 | 10100001 | 110100 | 100011 |
Color Harmonies of #2B896B
Complementary color
Monochromatic Colors of #2B896B
Black with #2B896B
Text Example
Text Example
White with #2B896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B896B; }
p { color: rgb(43,137,107); }
H1.HeaderClassName
{
color: #2B896B;
}
.AnyTagClassName
{
color: #2B896B;
}
</style>
background-color css
<style>
a { background-color: #2B896B; }
a { background-color: rgb(43,137,107); }
div.DivClassName
{
background-color: #2B896B;
}
.BgClassName
{
background-color: #2B896B;
}
</style>
border-color css
<style>
span { border-color: #2B896B; }
span { border-color: rgb(43,137,107); }
td.TdClassName
{
border-color: #2B896B;
}
.TagClassName
{
border-color: #2B896B;
}
</style>