Shades of Goblin #2E5139
Tints of Goblin #2E5139
RGB
CMYK
RGB Variations
Color information
#2E5139 (or 0x2E5139) is known color: Goblin. HEX triplet: 2E, 51 and 39. RGB value is (46,81,57). Sum of RGB (Red+Green+Blue) = 46+81+57=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #2E5139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5139 is #D1AEC6. Grayscale: #434343. Windows color (decimal): -13741767 or 3756334. OLE color: 3756334.
HSL color Cylindrical-coordinate representation of color #2E5139: hue angle of 138.86º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E5139 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 81 | 57 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.68 |
| HSL | 138.86º | 0.28% | 0.25% | - |
| HSV(B) | 138.86º | 0.43% | 0.32% | - |
| XYZ | 4.81 | 6.76 | 4.92 | - |
| YUV | 67.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 57 | 0.43 | 0 | 0.30 | 0.68 | 138.86 | 0.28 | 0.25 |
| Hex | 2E | 51 | 39 | 2B | 0 | 1E | 44 | 8B | 1C | 19 |
| Octal | 56 | 121 | 71 | 53 | 0 | 36 | 104 | 213 | 34 | 31 |
| Binary | 101110 | 1010001 | 111001 | 101011 | 0 | 11110 | 1000100 | 10001011 | 11100 | 11001 |
Color Harmonies of #2E5139
Complementary color
Monochromatic Colors of #2E5139
Black with #2E5139
Text Example
Text Example
White with #2E5139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5139; }
p { color: rgb(46,81,57); }
H1.HeaderClassName
{
color: #2E5139;
}
.AnyTagClassName
{
color: #2E5139;
}
</style>
background-color css
<style>
a { background-color: #2E5139; }
a { background-color: rgb(46,81,57); }
div.DivClassName
{
background-color: #2E5139;
}
.BgClassName
{
background-color: #2E5139;
}
</style>
border-color css
<style>
span { border-color: #2E5139; }
span { border-color: rgb(46,81,57); }
td.TdClassName
{
border-color: #2E5139;
}
.TagClassName
{
border-color: #2E5139;
}
</style>