Shades of Elf Green #2B8967
Tints of Elf Green #2B8967
RGB
CMYK
RGB Variations
Color information
#2B8967 (or 0x2B8967) is known color: Elf Green. HEX triplet: 2B, 89 and 67. RGB value is (43,137,103). Sum of RGB (Red+Green+Blue) = 43+137+103=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #2B8967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8967 is #D47698. Grayscale: #696969. Windows color (decimal): -13923993 or 6785323. OLE color: 6785323.
HSL color Cylindrical-coordinate representation of color #2B8967: hue angle of 158.3º 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 #2B8967 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 137 | 103 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.46 |
| HSL | 158.3º | 0.52% | 0.35% | - |
| HSV(B) | 158.3º | 0.69% | 0.54% | - |
| XYZ | 12.39 | 19.38 | 15.92 | - |
| YUV | 105.02 | 126.86 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 137 | 103 | 0.69 | 0 | 0.25 | 0.46 | 158.3 | 0.52 | 0.35 |
| Hex | 2B | 89 | 67 | 45 | 0 | 19 | 2E | 9E | 34 | 23 |
| Octal | 53 | 211 | 147 | 105 | 0 | 31 | 56 | 236 | 64 | 43 |
| Binary | 101011 | 10001001 | 1100111 | 1000101 | 0 | 11001 | 101110 | 10011110 | 110100 | 100011 |
Color Harmonies of #2B8967
Complementary color
Monochromatic Colors of #2B8967
Black with #2B8967
Text Example
Text Example
White with #2B8967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8967; }
p { color: rgb(43,137,103); }
H1.HeaderClassName
{
color: #2B8967;
}
.AnyTagClassName
{
color: #2B8967;
}
</style>
background-color css
<style>
a { background-color: #2B8967; }
a { background-color: rgb(43,137,103); }
div.DivClassName
{
background-color: #2B8967;
}
.BgClassName
{
background-color: #2B8967;
}
</style>
border-color css
<style>
span { border-color: #2B8967; }
span { border-color: rgb(43,137,103); }
td.TdClassName
{
border-color: #2B8967;
}
.TagClassName
{
border-color: #2B8967;
}
</style>