Shades of Elf Green #2B8A6A
Tints of Elf Green #2B8A6A
RGB
CMYK
RGB Variations
Color information
#2B8A6A (or 0x2B8A6A) is known color: Elf Green. HEX triplet: 2B, 8A and 6A. RGB value is (43,138,106). Sum of RGB (Red+Green+Blue) = 43+138+106=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 138 (54.30% from 255 or 48.08% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8A6A is #D47595. Grayscale: #696969. Windows color (decimal): -13923734 or 6982187. OLE color: 6982187.
HSL color Cylindrical-coordinate representation of color #2B8A6A: hue angle of 159.79º 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 #2B8A6A is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 138 | 106 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.46 |
| HSL | 159.79º | 0.52% | 0.35% | - |
| HSV(B) | 159.79º | 0.69% | 0.54% | - |
| XYZ | 12.69 | 19.73 | 16.78 | - |
| YUV | 105.95 | 128.03 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 106 | 0.69 | 0 | 0.23 | 0.46 | 159.79 | 0.52 | 0.35 |
| Hex | 2B | 8A | 6A | 45 | 0 | 17 | 2E | A0 | 34 | 23 |
| Octal | 53 | 212 | 152 | 105 | 0 | 27 | 56 | 240 | 64 | 43 |
| Binary | 101011 | 10001010 | 1101010 | 1000101 | 0 | 10111 | 101110 | 10100000 | 110100 | 100011 |
Color Harmonies of #2B8A6A
Complementary color
Monochromatic Colors of #2B8A6A
Black with #2B8A6A
Text Example
Text Example
White with #2B8A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8A6A; }
p { color: rgb(43,138,106); }
H1.HeaderClassName
{
color: #2B8A6A;
}
.AnyTagClassName
{
color: #2B8A6A;
}
</style>
background-color css
<style>
a { background-color: #2B8A6A; }
a { background-color: rgb(43,138,106); }
div.DivClassName
{
background-color: #2B8A6A;
}
.BgClassName
{
background-color: #2B8A6A;
}
</style>
border-color css
<style>
span { border-color: #2B8A6A; }
span { border-color: rgb(43,138,106); }
td.TdClassName
{
border-color: #2B8A6A;
}
.TagClassName
{
border-color: #2B8A6A;
}
</style>