Shades of Elf Green #2B8A6C
Tints of Elf Green #2B8A6C
RGB
CMYK
RGB Variations
Color information
#2B8A6C (or 0x2B8A6C) is known color: Elf Green. HEX triplet: 2B, 8A and 6C. RGB value is (43,138,108). Sum of RGB (Red+Green+Blue) = 43+138+108=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8A6C is #D47593. Grayscale: #6A6A6A. Windows color (decimal): -13923732 or 7113259. OLE color: 7113259.
HSL color Cylindrical-coordinate representation of color #2B8A6C: hue angle of 161.05º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8A6C is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 138 | 108 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.46 |
| HSL | 161.05º | 0.52% | 0.35% | - |
| HSV(B) | 161.05º | 0.69% | 0.54% | - |
| XYZ | 12.79 | 19.77 | 17.33 | - |
| YUV | 106.18 | 129.03 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 108 | 0.69 | 0 | 0.22 | 0.46 | 161.05 | 0.52 | 0.35 |
| Hex | 2B | 8A | 6C | 45 | 0 | 16 | 2E | A1 | 34 | 23 |
| Octal | 53 | 212 | 154 | 105 | 0 | 26 | 56 | 241 | 64 | 43 |
| Binary | 101011 | 10001010 | 1101100 | 1000101 | 0 | 10110 | 101110 | 10100001 | 110100 | 100011 |
Color Harmonies of #2B8A6C
Complementary color
Monochromatic Colors of #2B8A6C
Black with #2B8A6C
Text Example
Text Example
White with #2B8A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8A6C; }
p { color: rgb(43,138,108); }
H1.HeaderClassName
{
color: #2B8A6C;
}
.AnyTagClassName
{
color: #2B8A6C;
}
</style>
background-color css
<style>
a { background-color: #2B8A6C; }
a { background-color: rgb(43,138,108); }
div.DivClassName
{
background-color: #2B8A6C;
}
.BgClassName
{
background-color: #2B8A6C;
}
</style>
border-color css
<style>
span { border-color: #2B8A6C; }
span { border-color: rgb(43,138,108); }
td.TdClassName
{
border-color: #2B8A6C;
}
.TagClassName
{
border-color: #2B8A6C;
}
</style>