Shades of Elf Green #2B8D6B
Tints of Elf Green #2B8D6B
RGB
CMYK
RGB Variations
Color information
#2B8D6B (or 0x2B8D6B) is known color: Elf Green. HEX triplet: 2B, 8D and 6B. RGB value is (43,141,107). Sum of RGB (Red+Green+Blue) = 43+141+107=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #2B8D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8D6B is #D47294. Grayscale: #6B6B6B. Windows color (decimal): -13922965 or 7048491. OLE color: 7048491.
HSL color Cylindrical-coordinate representation of color #2B8D6B: hue angle of 159.18º 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 #2B8D6B is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 141 | 107 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.45 |
| HSL | 159.18º | 0.53% | 0.36% | - |
| HSV(B) | 159.18º | 0.7% | 0.55% | - |
| XYZ | 13.17 | 20.62 | 17.2 | - |
| YUV | 107.82 | 127.53 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 107 | 0.70 | 0 | 0.24 | 0.45 | 159.18 | 0.53 | 0.36 |
| Hex | 2B | 8D | 6B | 46 | 0 | 18 | 2D | 9F | 35 | 24 |
| Octal | 53 | 215 | 153 | 106 | 0 | 30 | 55 | 237 | 65 | 44 |
| Binary | 101011 | 10001101 | 1101011 | 1000110 | 0 | 11000 | 101101 | 10011111 | 110101 | 100100 |
Color Harmonies of #2B8D6B
Complementary color
Monochromatic Colors of #2B8D6B
Black with #2B8D6B
Text Example
Text Example
White with #2B8D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8D6B; }
p { color: rgb(43,141,107); }
H1.HeaderClassName
{
color: #2B8D6B;
}
.AnyTagClassName
{
color: #2B8D6B;
}
</style>
background-color css
<style>
a { background-color: #2B8D6B; }
a { background-color: rgb(43,141,107); }
div.DivClassName
{
background-color: #2B8D6B;
}
.BgClassName
{
background-color: #2B8D6B;
}
</style>
border-color css
<style>
span { border-color: #2B8D6B; }
span { border-color: rgb(43,141,107); }
td.TdClassName
{
border-color: #2B8D6B;
}
.TagClassName
{
border-color: #2B8D6B;
}
</style>