Shades of Elf Green #2B8A67
Tints of Elf Green #2B8A67
RGB
CMYK
RGB Variations
Color information
#2B8A67 (or 0x2B8A67) is known color: Elf Green. HEX triplet: 2B, 8A and 67. RGB value is (43,138,103). Sum of RGB (Red+Green+Blue) = 43+138+103=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8A67 is #D47598. Grayscale: #696969. Windows color (decimal): -13923737 or 6785579. OLE color: 6785579.
HSL color Cylindrical-coordinate representation of color #2B8A67: hue angle of 157.89º 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 #2B8A67 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 138 | 103 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.46 |
| HSL | 157.89º | 0.52% | 0.35% | - |
| HSV(B) | 157.89º | 0.69% | 0.54% | - |
| XYZ | 12.53 | 19.67 | 15.97 | - |
| YUV | 105.61 | 126.53 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 138 | 103 | 0.69 | 0 | 0.25 | 0.46 | 157.89 | 0.52 | 0.35 |
| Hex | 2B | 8A | 67 | 45 | 0 | 19 | 2E | 9E | 34 | 23 |
| Octal | 53 | 212 | 147 | 105 | 0 | 31 | 56 | 236 | 64 | 43 |
| Binary | 101011 | 10001010 | 1100111 | 1000101 | 0 | 11001 | 101110 | 10011110 | 110100 | 100011 |
Color Harmonies of #2B8A67
Complementary color
Monochromatic Colors of #2B8A67
Black with #2B8A67
Text Example
Text Example
White with #2B8A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8A67; }
p { color: rgb(43,138,103); }
H1.HeaderClassName
{
color: #2B8A67;
}
.AnyTagClassName
{
color: #2B8A67;
}
</style>
background-color css
<style>
a { background-color: #2B8A67; }
a { background-color: rgb(43,138,103); }
div.DivClassName
{
background-color: #2B8A67;
}
.BgClassName
{
background-color: #2B8A67;
}
</style>
border-color css
<style>
span { border-color: #2B8A67; }
span { border-color: rgb(43,138,103); }
td.TdClassName
{
border-color: #2B8A67;
}
.TagClassName
{
border-color: #2B8A67;
}
</style>