Shades of Elf Green #2B8668
Tints of Elf Green #2B8668
RGB
CMYK
RGB Variations
Color information
#2B8668 (or 0x2B8668) is known color: Elf Green. HEX triplet: 2B, 86 and 68. RGB value is (43,134,104). Sum of RGB (Red+Green+Blue) = 43+134+104=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #2B8668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8668 is #D47997. Grayscale: #676767. Windows color (decimal): -13924760 or 6850091. OLE color: 6850091.
HSL color Cylindrical-coordinate representation of color #2B8668: hue angle of 160.22º 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 #2B8668 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 134 | 104 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.47 |
| HSL | 160.22º | 0.51% | 0.35% | - |
| HSV(B) | 160.22º | 0.68% | 0.53% | - |
| XYZ | 12.02 | 18.56 | 16.05 | - |
| YUV | 103.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 134 | 104 | 0.68 | 0 | 0.22 | 0.47 | 160.22 | 0.51 | 0.35 |
| Hex | 2B | 86 | 68 | 44 | 0 | 16 | 2F | A0 | 33 | 23 |
| Octal | 53 | 206 | 150 | 104 | 0 | 26 | 57 | 240 | 63 | 43 |
| Binary | 101011 | 10000110 | 1101000 | 1000100 | 0 | 10110 | 101111 | 10100000 | 110011 | 100011 |
Color Harmonies of #2B8668
Complementary color
Monochromatic Colors of #2B8668
Black with #2B8668
Text Example
Text Example
White with #2B8668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8668; }
p { color: rgb(43,134,104); }
H1.HeaderClassName
{
color: #2B8668;
}
.AnyTagClassName
{
color: #2B8668;
}
</style>
background-color css
<style>
a { background-color: #2B8668; }
a { background-color: rgb(43,134,104); }
div.DivClassName
{
background-color: #2B8668;
}
.BgClassName
{
background-color: #2B8668;
}
</style>
border-color css
<style>
span { border-color: #2B8668; }
span { border-color: rgb(43,134,104); }
td.TdClassName
{
border-color: #2B8668;
}
.TagClassName
{
border-color: #2B8668;
}
</style>