Shades of Elf Green #2B906D
Tints of Elf Green #2B906D
RGB
CMYK
RGB Variations
Color information
#2B906D (or 0x2B906D) is known color: Elf Green. HEX triplet: 2B, 90 and 6D. RGB value is (43,144,109). Sum of RGB (Red+Green+Blue) = 43+144+109=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #2B906D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B906D is #D46F92. Grayscale: #6D6D6D. Windows color (decimal): -13922195 or 7180331. OLE color: 7180331.
HSL color Cylindrical-coordinate representation of color #2B906D: hue angle of 159.21º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B906D is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 144 | 109 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.44 |
| HSL | 159.21º | 0.54% | 0.37% | - |
| HSV(B) | 159.21º | 0.7% | 0.56% | - |
| XYZ | 13.73 | 21.56 | 17.91 | - |
| YUV | 109.81 | 127.54 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 109 | 0.70 | 0 | 0.24 | 0.44 | 159.21 | 0.54 | 0.37 |
| Hex | 2B | 90 | 6D | 46 | 0 | 18 | 2C | 9F | 36 | 25 |
| Octal | 53 | 220 | 155 | 106 | 0 | 30 | 54 | 237 | 66 | 45 |
| Binary | 101011 | 10010000 | 1101101 | 1000110 | 0 | 11000 | 101100 | 10011111 | 110110 | 100101 |
Color Harmonies of #2B906D
Complementary color
Monochromatic Colors of #2B906D
Black with #2B906D
Text Example
Text Example
White with #2B906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B906D; }
p { color: rgb(43,144,109); }
H1.HeaderClassName
{
color: #2B906D;
}
.AnyTagClassName
{
color: #2B906D;
}
</style>
background-color css
<style>
a { background-color: #2B906D; }
a { background-color: rgb(43,144,109); }
div.DivClassName
{
background-color: #2B906D;
}
.BgClassName
{
background-color: #2B906D;
}
</style>
border-color css
<style>
span { border-color: #2B906D; }
span { border-color: rgb(43,144,109); }
td.TdClassName
{
border-color: #2B906D;
}
.TagClassName
{
border-color: #2B906D;
}
</style>