Shades of Elf Green #2B8366
Tints of Elf Green #2B8366
RGB
CMYK
RGB Variations
Color information
#2B8366 (or 0x2B8366) is known color: Elf Green. HEX triplet: 2B, 83 and 66. RGB value is (43,131,102). Sum of RGB (Red+Green+Blue) = 43+131+102=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #2B8366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8366 is #D47C99. Grayscale: #656565. Windows color (decimal): -13925530 or 6718251. OLE color: 6718251.
HSL color Cylindrical-coordinate representation of color #2B8366: hue angle of 160.23º degrees, saturation: 0.51, 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 #2B8366 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 131 | 102 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.49 |
| HSL | 160.23º | 0.51% | 0.34% | - |
| HSV(B) | 160.23º | 0.67% | 0.51% | - |
| XYZ | 11.51 | 17.71 | 15.38 | - |
| YUV | 101.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 131 | 102 | 0.67 | 0 | 0.22 | 0.49 | 160.23 | 0.51 | 0.34 |
| Hex | 2B | 83 | 66 | 43 | 0 | 16 | 31 | A0 | 33 | 22 |
| Octal | 53 | 203 | 146 | 103 | 0 | 26 | 61 | 240 | 63 | 42 |
| Binary | 101011 | 10000011 | 1100110 | 1000011 | 0 | 10110 | 110001 | 10100000 | 110011 | 100010 |
Color Harmonies of #2B8366
Complementary color
Monochromatic Colors of #2B8366
Black with #2B8366
Text Example
Text Example
White with #2B8366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8366; }
p { color: rgb(43,131,102); }
H1.HeaderClassName
{
color: #2B8366;
}
.AnyTagClassName
{
color: #2B8366;
}
</style>
background-color css
<style>
a { background-color: #2B8366; }
a { background-color: rgb(43,131,102); }
div.DivClassName
{
background-color: #2B8366;
}
.BgClassName
{
background-color: #2B8366;
}
</style>
border-color css
<style>
span { border-color: #2B8366; }
span { border-color: rgb(43,131,102); }
td.TdClassName
{
border-color: #2B8366;
}
.TagClassName
{
border-color: #2B8366;
}
</style>