Shades of Elf Green #2B906A
Tints of Elf Green #2B906A
RGB
CMYK
RGB Variations
Color information
#2B906A (or 0x2B906A) is known color: Elf Green. HEX triplet: 2B, 90 and 6A. RGB value is (43,144,106). Sum of RGB (Red+Green+Blue) = 43+144+106=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #2B906A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B906A is #D46F95. Grayscale: #6D6D6D. Windows color (decimal): -13922198 or 6983723. OLE color: 6983723.
HSL color Cylindrical-coordinate representation of color #2B906A: hue angle of 157.43º 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 #2B906A is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 144 | 106 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.44 |
| HSL | 157.43º | 0.54% | 0.37% | - |
| HSV(B) | 157.43º | 0.7% | 0.56% | - |
| XYZ | 13.57 | 21.5 | 17.07 | - |
| YUV | 109.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 106 | 0.70 | 0 | 0.26 | 0.44 | 157.43 | 0.54 | 0.37 |
| Hex | 2B | 90 | 6A | 46 | 0 | 1A | 2C | 9D | 36 | 25 |
| Octal | 53 | 220 | 152 | 106 | 0 | 32 | 54 | 235 | 66 | 45 |
| Binary | 101011 | 10010000 | 1101010 | 1000110 | 0 | 11010 | 101100 | 10011101 | 110110 | 100101 |
Color Harmonies of #2B906A
Complementary color
Monochromatic Colors of #2B906A
Black with #2B906A
Text Example
Text Example
White with #2B906A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B906A; }
p { color: rgb(43,144,106); }
H1.HeaderClassName
{
color: #2B906A;
}
.AnyTagClassName
{
color: #2B906A;
}
</style>
background-color css
<style>
a { background-color: #2B906A; }
a { background-color: rgb(43,144,106); }
div.DivClassName
{
background-color: #2B906A;
}
.BgClassName
{
background-color: #2B906A;
}
</style>
border-color css
<style>
span { border-color: #2B906A; }
span { border-color: rgb(43,144,106); }
td.TdClassName
{
border-color: #2B906A;
}
.TagClassName
{
border-color: #2B906A;
}
</style>