Shades of Elf Green #2B8A66
Tints of Elf Green #2B8A66
RGB
CMYK
RGB Variations
Color information
#2B8A66 (or 0x2B8A66) is known color: Elf Green. HEX triplet: 2B, 8A and 66. RGB value is (43,138,102). Sum of RGB (Red+Green+Blue) = 43+138+102=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8A66 is #D47599. Grayscale: #696969. Windows color (decimal): -13923738 or 6720043. OLE color: 6720043.
HSL color Cylindrical-coordinate representation of color #2B8A66: hue angle of 157.26º 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 #2B8A66 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 138 | 102 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.46 |
| HSL | 157.26º | 0.52% | 0.35% | - |
| HSV(B) | 157.26º | 0.69% | 0.54% | - |
| XYZ | 12.48 | 19.65 | 15.71 | - |
| YUV | 105.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 102 | 0.69 | 0 | 0.26 | 0.46 | 157.26 | 0.52 | 0.35 |
| Hex | 2B | 8A | 66 | 45 | 0 | 1A | 2E | 9D | 34 | 23 |
| Octal | 53 | 212 | 146 | 105 | 0 | 32 | 56 | 235 | 64 | 43 |
| Binary | 101011 | 10001010 | 1100110 | 1000101 | 0 | 11010 | 101110 | 10011101 | 110100 | 100011 |
Color Harmonies of #2B8A66
Complementary color
Monochromatic Colors of #2B8A66
Black with #2B8A66
Text Example
Text Example
White with #2B8A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8A66; }
p { color: rgb(43,138,102); }
H1.HeaderClassName
{
color: #2B8A66;
}
.AnyTagClassName
{
color: #2B8A66;
}
</style>
background-color css
<style>
a { background-color: #2B8A66; }
a { background-color: rgb(43,138,102); }
div.DivClassName
{
background-color: #2B8A66;
}
.BgClassName
{
background-color: #2B8A66;
}
</style>
border-color css
<style>
span { border-color: #2B8A66; }
span { border-color: rgb(43,138,102); }
td.TdClassName
{
border-color: #2B8A66;
}
.TagClassName
{
border-color: #2B8A66;
}
</style>