Shades of Elf Green #2B936E
Tints of Elf Green #2B936E
RGB
CMYK
RGB Variations
Color information
#2B936E (or 0x2B936E) is known color: Elf Green. HEX triplet: 2B, 93 and 6E. RGB value is (43,147,110). Sum of RGB (Red+Green+Blue) = 43+147+110=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #2B936E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B936E is #D46C91. Grayscale: #6F6F6F. Windows color (decimal): -13921426 or 7246635. OLE color: 7246635.
HSL color Cylindrical-coordinate representation of color #2B936E: hue angle of 158.65º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B936E is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 147 | 110 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.42 |
| HSL | 158.65º | 0.55% | 0.37% | - |
| HSV(B) | 158.65º | 0.71% | 0.58% | - |
| XYZ | 14.24 | 22.51 | 18.35 | - |
| YUV | 111.69 | 127.04 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 110 | 0.71 | 0 | 0.25 | 0.42 | 158.65 | 0.55 | 0.37 |
| Hex | 2B | 93 | 6E | 47 | 0 | 19 | 2A | 9F | 37 | 25 |
| Octal | 53 | 223 | 156 | 107 | 0 | 31 | 52 | 237 | 67 | 45 |
| Binary | 101011 | 10010011 | 1101110 | 1000111 | 0 | 11001 | 101010 | 10011111 | 110111 | 100101 |
Color Harmonies of #2B936E
Complementary color
Monochromatic Colors of #2B936E
Black with #2B936E
Text Example
Text Example
White with #2B936E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B936E; }
p { color: rgb(43,147,110); }
H1.HeaderClassName
{
color: #2B936E;
}
.AnyTagClassName
{
color: #2B936E;
}
</style>
background-color css
<style>
a { background-color: #2B936E; }
a { background-color: rgb(43,147,110); }
div.DivClassName
{
background-color: #2B936E;
}
.BgClassName
{
background-color: #2B936E;
}
</style>
border-color css
<style>
span { border-color: #2B936E; }
span { border-color: rgb(43,147,110); }
td.TdClassName
{
border-color: #2B936E;
}
.TagClassName
{
border-color: #2B936E;
}
</style>