Shades of Elf Green #2B8D6D
Tints of Elf Green #2B8D6D
RGB
CMYK
RGB Variations
Color information
#2B8D6D (or 0x2B8D6D) is known color: Elf Green. HEX triplet: 2B, 8D and 6D. RGB value is (43,141,109). Sum of RGB (Red+Green+Blue) = 43+141+109=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #2B8D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8D6D is #D47292. Grayscale: #6C6C6C. Windows color (decimal): -13922963 or 7179563. OLE color: 7179563.
HSL color Cylindrical-coordinate representation of color #2B8D6D: hue angle of 160.41º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8D6D is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 141 | 109 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.45 |
| HSL | 160.41º | 0.53% | 0.36% | - |
| HSV(B) | 160.41º | 0.7% | 0.55% | - |
| XYZ | 13.28 | 20.67 | 17.76 | - |
| YUV | 108.05 | 128.53 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 109 | 0.70 | 0 | 0.23 | 0.45 | 160.41 | 0.53 | 0.36 |
| Hex | 2B | 8D | 6D | 46 | 0 | 17 | 2D | A0 | 35 | 24 |
| Octal | 53 | 215 | 155 | 106 | 0 | 27 | 55 | 240 | 65 | 44 |
| Binary | 101011 | 10001101 | 1101101 | 1000110 | 0 | 10111 | 101101 | 10100000 | 110101 | 100100 |
Color Harmonies of #2B8D6D
Complementary color
Monochromatic Colors of #2B8D6D
Black with #2B8D6D
Text Example
Text Example
White with #2B8D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8D6D; }
p { color: rgb(43,141,109); }
H1.HeaderClassName
{
color: #2B8D6D;
}
.AnyTagClassName
{
color: #2B8D6D;
}
</style>
background-color css
<style>
a { background-color: #2B8D6D; }
a { background-color: rgb(43,141,109); }
div.DivClassName
{
background-color: #2B8D6D;
}
.BgClassName
{
background-color: #2B8D6D;
}
</style>
border-color css
<style>
span { border-color: #2B8D6D; }
span { border-color: rgb(43,141,109); }
td.TdClassName
{
border-color: #2B8D6D;
}
.TagClassName
{
border-color: #2B8D6D;
}
</style>