Shades of Elf Green #2B8466
Tints of Elf Green #2B8466
RGB
CMYK
RGB Variations
Color information
#2B8466 (or 0x2B8466) is known color: Elf Green. HEX triplet: 2B, 84 and 66. RGB value is (43,132,102). Sum of RGB (Red+Green+Blue) = 43+132+102=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #2B8466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8466 is #D47B99. Grayscale: #666666. Windows color (decimal): -13925274 or 6718507. OLE color: 6718507.
HSL color Cylindrical-coordinate representation of color #2B8466: hue angle of 159.78º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8466 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 132 | 102 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.48 |
| HSL | 159.78º | 0.51% | 0.34% | - |
| HSV(B) | 159.78º | 0.67% | 0.52% | - |
| XYZ | 11.65 | 17.98 | 15.43 | - |
| YUV | 101.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 132 | 102 | 0.67 | 0 | 0.23 | 0.48 | 159.78 | 0.51 | 0.34 |
| Hex | 2B | 84 | 66 | 43 | 0 | 17 | 30 | A0 | 33 | 22 |
| Octal | 53 | 204 | 146 | 103 | 0 | 27 | 60 | 240 | 63 | 42 |
| Binary | 101011 | 10000100 | 1100110 | 1000011 | 0 | 10111 | 110000 | 10100000 | 110011 | 100010 |
Color Harmonies of #2B8466
Complementary color
Monochromatic Colors of #2B8466
Black with #2B8466
Text Example
Text Example
White with #2B8466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8466; }
p { color: rgb(43,132,102); }
H1.HeaderClassName
{
color: #2B8466;
}
.AnyTagClassName
{
color: #2B8466;
}
</style>
background-color css
<style>
a { background-color: #2B8466; }
a { background-color: rgb(43,132,102); }
div.DivClassName
{
background-color: #2B8466;
}
.BgClassName
{
background-color: #2B8466;
}
</style>
border-color css
<style>
span { border-color: #2B8466; }
span { border-color: rgb(43,132,102); }
td.TdClassName
{
border-color: #2B8466;
}
.TagClassName
{
border-color: #2B8466;
}
</style>