Shades of Goblin #2E5037
Tints of Goblin #2E5037
RGB
CMYK
RGB Variations
Color information
#2E5037 (or 0x2E5037) is known color: Goblin. HEX triplet: 2E, 50 and 37. RGB value is (46,80,55). Sum of RGB (Red+Green+Blue) = 46+80+55=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #2E5037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5037 is #D1AFC8. Grayscale: #434343. Windows color (decimal): -13742025 or 3625006. OLE color: 3625006.
HSL color Cylindrical-coordinate representation of color #2E5037: hue angle of 135.88º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E5037 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 80 | 55 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.69 |
| HSL | 135.88º | 0.27% | 0.25% | - |
| HSV(B) | 135.88º | 0.43% | 0.31% | - |
| XYZ | 4.68 | 6.59 | 4.64 | - |
| YUV | 66.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 55 | 0.42 | 0 | 0.31 | 0.69 | 135.88 | 0.27 | 0.25 |
| Hex | 2E | 50 | 37 | 2A | 0 | 1F | 45 | 88 | 1B | 19 |
| Octal | 56 | 120 | 67 | 52 | 0 | 37 | 105 | 210 | 33 | 31 |
| Binary | 101110 | 1010000 | 110111 | 101010 | 0 | 11111 | 1000101 | 10001000 | 11011 | 11001 |
Color Harmonies of #2E5037
Complementary color
Monochromatic Colors of #2E5037
Black with #2E5037
Text Example
Text Example
White with #2E5037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5037; }
p { color: rgb(46,80,55); }
H1.HeaderClassName
{
color: #2E5037;
}
.AnyTagClassName
{
color: #2E5037;
}
</style>
background-color css
<style>
a { background-color: #2E5037; }
a { background-color: rgb(46,80,55); }
div.DivClassName
{
background-color: #2E5037;
}
.BgClassName
{
background-color: #2E5037;
}
</style>
border-color css
<style>
span { border-color: #2E5037; }
span { border-color: rgb(46,80,55); }
td.TdClassName
{
border-color: #2E5037;
}
.TagClassName
{
border-color: #2E5037;
}
</style>