Shades of Elf Green #2B8162
Tints of Elf Green #2B8162
RGB
CMYK
RGB Variations
Color information
#2B8162 (or 0x2B8162) is known color: Elf Green. HEX triplet: 2B, 81 and 62. RGB value is (43,129,98). Sum of RGB (Red+Green+Blue) = 43+129+98=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #2B8162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8162 is #D47E9D. Grayscale: #636363. Windows color (decimal): -13926046 or 6455595. OLE color: 6455595.
HSL color Cylindrical-coordinate representation of color #2B8162: hue angle of 158.37º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8162 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 129 | 98 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.49 |
| HSL | 158.37º | 0.5% | 0.34% | - |
| HSV(B) | 158.37º | 0.67% | 0.51% | - |
| XYZ | 11.05 | 17.1 | 14.27 | - |
| YUV | 99.75 | 127.01 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 129 | 98 | 0.67 | 0 | 0.24 | 0.49 | 158.37 | 0.5 | 0.34 |
| Hex | 2B | 81 | 62 | 43 | 0 | 18 | 31 | 9E | 32 | 22 |
| Octal | 53 | 201 | 142 | 103 | 0 | 30 | 61 | 236 | 62 | 42 |
| Binary | 101011 | 10000001 | 1100010 | 1000011 | 0 | 11000 | 110001 | 10011110 | 110010 | 100010 |
Color Harmonies of #2B8162
Complementary color
Monochromatic Colors of #2B8162
Black with #2B8162
Text Example
Text Example
White with #2B8162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8162; }
p { color: rgb(43,129,98); }
H1.HeaderClassName
{
color: #2B8162;
}
.AnyTagClassName
{
color: #2B8162;
}
</style>
background-color css
<style>
a { background-color: #2B8162; }
a { background-color: rgb(43,129,98); }
div.DivClassName
{
background-color: #2B8162;
}
.BgClassName
{
background-color: #2B8162;
}
</style>
border-color css
<style>
span { border-color: #2B8162; }
span { border-color: rgb(43,129,98); }
td.TdClassName
{
border-color: #2B8162;
}
.TagClassName
{
border-color: #2B8162;
}
</style>