Shades of Elf Green #2B8A6F
Tints of Elf Green #2B8A6F
RGB
CMYK
RGB Variations
Color information
#2B8A6F (or 0x2B8A6F) is known color: Elf Green. HEX triplet: 2B, 8A and 6F. RGB value is (43,138,111). Sum of RGB (Red+Green+Blue) = 43+138+111=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8A6F is #D47590. Grayscale: #6A6A6A. Windows color (decimal): -13923729 or 7309867. OLE color: 7309867.
HSL color Cylindrical-coordinate representation of color #2B8A6F: hue angle of 162.95º 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 #2B8A6F is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 138 | 111 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.46 |
| HSL | 162.95º | 0.52% | 0.35% | - |
| HSV(B) | 162.95º | 0.69% | 0.54% | - |
| XYZ | 12.95 | 19.84 | 18.19 | - |
| YUV | 106.52 | 130.53 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 111 | 0.69 | 0 | 0.20 | 0.46 | 162.95 | 0.52 | 0.35 |
| Hex | 2B | 8A | 6F | 45 | 0 | 14 | 2E | A3 | 34 | 23 |
| Octal | 53 | 212 | 157 | 105 | 0 | 24 | 56 | 243 | 64 | 43 |
| Binary | 101011 | 10001010 | 1101111 | 1000101 | 0 | 10100 | 101110 | 10100011 | 110100 | 100011 |
Color Harmonies of #2B8A6F
Complementary color
Monochromatic Colors of #2B8A6F
Black with #2B8A6F
Text Example
Text Example
White with #2B8A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8A6F; }
p { color: rgb(43,138,111); }
H1.HeaderClassName
{
color: #2B8A6F;
}
.AnyTagClassName
{
color: #2B8A6F;
}
</style>
background-color css
<style>
a { background-color: #2B8A6F; }
a { background-color: rgb(43,138,111); }
div.DivClassName
{
background-color: #2B8A6F;
}
.BgClassName
{
background-color: #2B8A6F;
}
</style>
border-color css
<style>
span { border-color: #2B8A6F; }
span { border-color: rgb(43,138,111); }
td.TdClassName
{
border-color: #2B8A6F;
}
.TagClassName
{
border-color: #2B8A6F;
}
</style>