Shades of Elf Green #2B856B
Tints of Elf Green #2B856B
RGB
CMYK
RGB Variations
Color information
#2B856B (or 0x2B856B) is known color: Elf Green. HEX triplet: 2B, 85 and 6B. RGB value is (43,133,107). Sum of RGB (Red+Green+Blue) = 43+133+107=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #2B856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B856B is #D47A94. Grayscale: #676767. Windows color (decimal): -13925013 or 7046443. OLE color: 7046443.
HSL color Cylindrical-coordinate representation of color #2B856B: hue angle of 162.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B856B is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 107 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.48 |
| HSL | 162.67º | 0.51% | 0.35% | - |
| HSV(B) | 162.67º | 0.68% | 0.52% | - |
| XYZ | 12.04 | 18.35 | 16.82 | - |
| YUV | 103.13 | 130.18 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 107 | 0.68 | 0 | 0.20 | 0.48 | 162.67 | 0.51 | 0.35 |
| Hex | 2B | 85 | 6B | 44 | 0 | 14 | 30 | A3 | 33 | 23 |
| Octal | 53 | 205 | 153 | 104 | 0 | 24 | 60 | 243 | 63 | 43 |
| Binary | 101011 | 10000101 | 1101011 | 1000100 | 0 | 10100 | 110000 | 10100011 | 110011 | 100011 |
Color Harmonies of #2B856B
Complementary color
Monochromatic Colors of #2B856B
Black with #2B856B
Text Example
Text Example
White with #2B856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B856B; }
p { color: rgb(43,133,107); }
H1.HeaderClassName
{
color: #2B856B;
}
.AnyTagClassName
{
color: #2B856B;
}
</style>
background-color css
<style>
a { background-color: #2B856B; }
a { background-color: rgb(43,133,107); }
div.DivClassName
{
background-color: #2B856B;
}
.BgClassName
{
background-color: #2B856B;
}
</style>
border-color css
<style>
span { border-color: #2B856B; }
span { border-color: rgb(43,133,107); }
td.TdClassName
{
border-color: #2B856B;
}
.TagClassName
{
border-color: #2B856B;
}
</style>