Shades of Goblin #2E4D38
Tints of Goblin #2E4D38
RGB
CMYK
RGB Variations
Color information
#2E4D38 (or 0x2E4D38) is known color: Goblin. HEX triplet: 2E, 4D and 38. RGB value is (46,77,56). Sum of RGB (Red+Green+Blue) = 46+77+56=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 77 - color contains mainly: green. Hex color #2E4D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4D38 is #D1B2C7. Grayscale: #414141. Windows color (decimal): -13742792 or 3689774. OLE color: 3689774.
HSL color Cylindrical-coordinate representation of color #2E4D38: hue angle of 139.35º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E4D38 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 77 | 56 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.70 |
| HSL | 139.35º | 0.25% | 0.24% | - |
| HSV(B) | 139.35º | 0.4% | 0.3% | - |
| XYZ | 4.49 | 6.17 | 4.7 | - |
| YUV | 65.34 | 122.73 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 77 | 56 | 0.40 | 0 | 0.27 | 0.70 | 139.35 | 0.25 | 0.24 |
| Hex | 2E | 4D | 38 | 28 | 0 | 1B | 46 | 8B | 19 | 18 |
| Octal | 56 | 115 | 70 | 50 | 0 | 33 | 106 | 213 | 31 | 30 |
| Binary | 101110 | 1001101 | 111000 | 101000 | 0 | 11011 | 1000110 | 10001011 | 11001 | 11000 |
Color Harmonies of #2E4D38
Complementary color
Monochromatic Colors of #2E4D38
Black with #2E4D38
Text Example
Text Example
White with #2E4D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4D38; }
p { color: rgb(46,77,56); }
H1.HeaderClassName
{
color: #2E4D38;
}
.AnyTagClassName
{
color: #2E4D38;
}
</style>
background-color css
<style>
a { background-color: #2E4D38; }
a { background-color: rgb(46,77,56); }
div.DivClassName
{
background-color: #2E4D38;
}
.BgClassName
{
background-color: #2E4D38;
}
</style>
border-color css
<style>
span { border-color: #2E4D38; }
span { border-color: rgb(46,77,56); }
td.TdClassName
{
border-color: #2E4D38;
}
.TagClassName
{
border-color: #2E4D38;
}
</style>