Shades of Elf Green #2B8766
Tints of Elf Green #2B8766
RGB
CMYK
RGB Variations
Color information
#2B8766 (or 0x2B8766) is known color: Elf Green. HEX triplet: 2B, 87 and 66. RGB value is (43,135,102). Sum of RGB (Red+Green+Blue) = 43+135+102=280 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.36% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #2B8766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8766 is #D47899. Grayscale: #676767. Windows color (decimal): -13924506 or 6719275. OLE color: 6719275.
HSL color Cylindrical-coordinate representation of color #2B8766: hue angle of 158.48º degrees, saturation: 0.52, 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 #2B8766 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 135 | 102 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.47 |
| HSL | 158.48º | 0.52% | 0.35% | - |
| HSV(B) | 158.48º | 0.68% | 0.53% | - |
| XYZ | 12.06 | 18.8 | 15.56 | - |
| YUV | 103.73 | 127.02 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 102 | 0.68 | 0 | 0.24 | 0.47 | 158.48 | 0.52 | 0.35 |
| Hex | 2B | 87 | 66 | 44 | 0 | 18 | 2F | 9E | 34 | 23 |
| Octal | 53 | 207 | 146 | 104 | 0 | 30 | 57 | 236 | 64 | 43 |
| Binary | 101011 | 10000111 | 1100110 | 1000100 | 0 | 11000 | 101111 | 10011110 | 110100 | 100011 |
Color Harmonies of #2B8766
Complementary color
Monochromatic Colors of #2B8766
Black with #2B8766
Text Example
Text Example
White with #2B8766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8766; }
p { color: rgb(43,135,102); }
H1.HeaderClassName
{
color: #2B8766;
}
.AnyTagClassName
{
color: #2B8766;
}
</style>
background-color css
<style>
a { background-color: #2B8766; }
a { background-color: rgb(43,135,102); }
div.DivClassName
{
background-color: #2B8766;
}
.BgClassName
{
background-color: #2B8766;
}
</style>
border-color css
<style>
span { border-color: #2B8766; }
span { border-color: rgb(43,135,102); }
td.TdClassName
{
border-color: #2B8766;
}
.TagClassName
{
border-color: #2B8766;
}
</style>