Shades of Goblin #2E4F37
Tints of Goblin #2E4F37
RGB
CMYK
RGB Variations
Color information
#2E4F37 (or 0x2E4F37) is known color: Goblin. HEX triplet: 2E, 4F and 37. RGB value is (46,79,55). Sum of RGB (Red+Green+Blue) = 46+79+55=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 79 - color contains mainly: green. Hex color #2E4F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4F37 is #D1B0C8. Grayscale: #424242. Windows color (decimal): -13742281 or 3624750. OLE color: 3624750.
HSL color Cylindrical-coordinate representation of color #2E4F37: hue angle of 136.36º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E4F37 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 79 | 55 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.69 |
| HSL | 136.36º | 0.26% | 0.25% | - |
| HSV(B) | 136.36º | 0.42% | 0.31% | - |
| XYZ | 4.61 | 6.45 | 4.62 | - |
| YUV | 66.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 79 | 55 | 0.42 | 0 | 0.30 | 0.69 | 136.36 | 0.26 | 0.25 |
| Hex | 2E | 4F | 37 | 2A | 0 | 1E | 45 | 88 | 1A | 19 |
| Octal | 56 | 117 | 67 | 52 | 0 | 36 | 105 | 210 | 32 | 31 |
| Binary | 101110 | 1001111 | 110111 | 101010 | 0 | 11110 | 1000101 | 10001000 | 11010 | 11001 |
Color Harmonies of #2E4F37
Complementary color
Monochromatic Colors of #2E4F37
Black with #2E4F37
Text Example
Text Example
White with #2E4F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4F37; }
p { color: rgb(46,79,55); }
H1.HeaderClassName
{
color: #2E4F37;
}
.AnyTagClassName
{
color: #2E4F37;
}
</style>
background-color css
<style>
a { background-color: #2E4F37; }
a { background-color: rgb(46,79,55); }
div.DivClassName
{
background-color: #2E4F37;
}
.BgClassName
{
background-color: #2E4F37;
}
</style>
border-color css
<style>
span { border-color: #2E4F37; }
span { border-color: rgb(46,79,55); }
td.TdClassName
{
border-color: #2E4F37;
}
.TagClassName
{
border-color: #2E4F37;
}
</style>