Shades of Elf Green #2B866C
Tints of Elf Green #2B866C
RGB
CMYK
RGB Variations
Color information
#2B866C (or 0x2B866C) is known color: Elf Green. HEX triplet: 2B, 86 and 6C. RGB value is (43,134,108). Sum of RGB (Red+Green+Blue) = 43+134+108=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #2B866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B866C is #D47993. Grayscale: #676767. Windows color (decimal): -13924756 or 7112235. OLE color: 7112235.
HSL color Cylindrical-coordinate representation of color #2B866C: hue angle of 162.86º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B866C is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 134 | 108 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.47 |
| HSL | 162.86º | 0.51% | 0.35% | - |
| HSV(B) | 162.86º | 0.68% | 0.53% | - |
| XYZ | 12.23 | 18.65 | 17.14 | - |
| YUV | 103.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 134 | 108 | 0.68 | 0 | 0.19 | 0.47 | 162.86 | 0.51 | 0.35 |
| Hex | 2B | 86 | 6C | 44 | 0 | 13 | 2F | A3 | 33 | 23 |
| Octal | 53 | 206 | 154 | 104 | 0 | 23 | 57 | 243 | 63 | 43 |
| Binary | 101011 | 10000110 | 1101100 | 1000100 | 0 | 10011 | 101111 | 10100011 | 110011 | 100011 |
Color Harmonies of #2B866C
Complementary color
Monochromatic Colors of #2B866C
Black with #2B866C
Text Example
Text Example
White with #2B866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B866C; }
p { color: rgb(43,134,108); }
H1.HeaderClassName
{
color: #2B866C;
}
.AnyTagClassName
{
color: #2B866C;
}
</style>
background-color css
<style>
a { background-color: #2B866C; }
a { background-color: rgb(43,134,108); }
div.DivClassName
{
background-color: #2B866C;
}
.BgClassName
{
background-color: #2B866C;
}
</style>
border-color css
<style>
span { border-color: #2B866C; }
span { border-color: rgb(43,134,108); }
td.TdClassName
{
border-color: #2B866C;
}
.TagClassName
{
border-color: #2B866C;
}
</style>