Shades of Elf Green #2B8D6A
Tints of Elf Green #2B8D6A
RGB
CMYK
RGB Variations
Color information
#2B8D6A (or 0x2B8D6A) is known color: Elf Green. HEX triplet: 2B, 8D and 6A. RGB value is (43,141,106). Sum of RGB (Red+Green+Blue) = 43+141+106=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 141 - color contains mainly: green. Hex color #2B8D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8D6A is #D47295. Grayscale: #6B6B6B. Windows color (decimal): -13922966 or 6982955. OLE color: 6982955.
HSL color Cylindrical-coordinate representation of color #2B8D6A: hue angle of 158.57º 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 #2B8D6A is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 141 | 106 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.45 |
| HSL | 158.57º | 0.53% | 0.36% | - |
| HSV(B) | 158.57º | 0.7% | 0.55% | - |
| XYZ | 13.12 | 20.6 | 16.92 | - |
| YUV | 107.71 | 127.03 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 106 | 0.70 | 0 | 0.25 | 0.45 | 158.57 | 0.53 | 0.36 |
| Hex | 2B | 8D | 6A | 46 | 0 | 19 | 2D | 9F | 35 | 24 |
| Octal | 53 | 215 | 152 | 106 | 0 | 31 | 55 | 237 | 65 | 44 |
| Binary | 101011 | 10001101 | 1101010 | 1000110 | 0 | 11001 | 101101 | 10011111 | 110101 | 100100 |
Color Harmonies of #2B8D6A
Complementary color
Monochromatic Colors of #2B8D6A
Black with #2B8D6A
Text Example
Text Example
White with #2B8D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8D6A; }
p { color: rgb(43,141,106); }
H1.HeaderClassName
{
color: #2B8D6A;
}
.AnyTagClassName
{
color: #2B8D6A;
}
</style>
background-color css
<style>
a { background-color: #2B8D6A; }
a { background-color: rgb(43,141,106); }
div.DivClassName
{
background-color: #2B8D6A;
}
.BgClassName
{
background-color: #2B8D6A;
}
</style>
border-color css
<style>
span { border-color: #2B8D6A; }
span { border-color: rgb(43,141,106); }
td.TdClassName
{
border-color: #2B8D6A;
}
.TagClassName
{
border-color: #2B8D6A;
}
</style>