Shades of Goblin #2E593B
Tints of Goblin #2E593B
RGB
CMYK
RGB Variations
Color information
#2E593B (or 0x2E593B) is known color: Goblin. HEX triplet: 2E, 59 and 3B. RGB value is (46,89,59). Sum of RGB (Red+Green+Blue) = 46+89+59=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #2E593B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E593B is #D1A6C4. Grayscale: #484848. Windows color (decimal): -13739717 or 3889454. OLE color: 3889454.
HSL color Cylindrical-coordinate representation of color #2E593B: hue angle of 138.14º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E593B is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 89 | 59 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.65 |
| HSL | 138.14º | 0.32% | 0.26% | - |
| HSV(B) | 138.14º | 0.48% | 0.35% | - |
| XYZ | 5.49 | 8.04 | 5.4 | - |
| YUV | 72.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 59 | 0.48 | 0 | 0.34 | 0.65 | 138.14 | 0.32 | 0.26 |
| Hex | 2E | 59 | 3B | 30 | 0 | 22 | 41 | 8A | 20 | 1A |
| Octal | 56 | 131 | 73 | 60 | 0 | 42 | 101 | 212 | 40 | 32 |
| Binary | 101110 | 1011001 | 111011 | 110000 | 0 | 100010 | 1000001 | 10001010 | 100000 | 11010 |
Color Harmonies of #2E593B
Complementary color
Monochromatic Colors of #2E593B
Black with #2E593B
Text Example
Text Example
White with #2E593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E593B; }
p { color: rgb(46,89,59); }
H1.HeaderClassName
{
color: #2E593B;
}
.AnyTagClassName
{
color: #2E593B;
}
</style>
background-color css
<style>
a { background-color: #2E593B; }
a { background-color: rgb(46,89,59); }
div.DivClassName
{
background-color: #2E593B;
}
.BgClassName
{
background-color: #2E593B;
}
</style>
border-color css
<style>
span { border-color: #2E593B; }
span { border-color: rgb(46,89,59); }
td.TdClassName
{
border-color: #2E593B;
}
.TagClassName
{
border-color: #2E593B;
}
</style>