Shades of Goblin #2E593D
Tints of Goblin #2E593D
RGB
CMYK
RGB Variations
Color information
#2E593D (or 0x2E593D) is known color: Goblin. HEX triplet: 2E, 59 and 3D. RGB value is (46,89,61). Sum of RGB (Red+Green+Blue) = 46+89+61=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #2E593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E593D is #D1A6C2. Grayscale: #494949. Windows color (decimal): -13739715 or 4020526. OLE color: 4020526.
HSL color Cylindrical-coordinate representation of color #2E593D: hue angle of 140.93º 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 #2E593D is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 89 | 61 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.65 |
| HSL | 140.93º | 0.32% | 0.26% | - |
| HSV(B) | 140.93º | 0.48% | 0.35% | - |
| XYZ | 5.54 | 8.06 | 5.68 | - |
| YUV | 72.95 | 121.25 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 61 | 0.48 | 0 | 0.31 | 0.65 | 140.93 | 0.32 | 0.26 |
| Hex | 2E | 59 | 3D | 30 | 0 | 1F | 41 | 8D | 20 | 1A |
| Octal | 56 | 131 | 75 | 60 | 0 | 37 | 101 | 215 | 40 | 32 |
| Binary | 101110 | 1011001 | 111101 | 110000 | 0 | 11111 | 1000001 | 10001101 | 100000 | 11010 |
Color Harmonies of #2E593D
Complementary color
Monochromatic Colors of #2E593D
Black with #2E593D
Text Example
Text Example
White with #2E593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E593D; }
p { color: rgb(46,89,61); }
H1.HeaderClassName
{
color: #2E593D;
}
.AnyTagClassName
{
color: #2E593D;
}
</style>
background-color css
<style>
a { background-color: #2E593D; }
a { background-color: rgb(46,89,61); }
div.DivClassName
{
background-color: #2E593D;
}
.BgClassName
{
background-color: #2E593D;
}
</style>
border-color css
<style>
span { border-color: #2E593D; }
span { border-color: rgb(46,89,61); }
td.TdClassName
{
border-color: #2E593D;
}
.TagClassName
{
border-color: #2E593D;
}
</style>