Shades of Goblin #2E583C
Tints of Goblin #2E583C
RGB
CMYK
RGB Variations
Color information
#2E583C (or 0x2E583C) is known color: Goblin. HEX triplet: 2E, 58 and 3C. RGB value is (46,88,60). Sum of RGB (Red+Green+Blue) = 46+88+60=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #2E583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E583C is #D1A7C3. Grayscale: #484848. Windows color (decimal): -13739972 or 3954734. OLE color: 3954734.
HSL color Cylindrical-coordinate representation of color #2E583C: hue angle of 140º degrees, saturation: 0.31, 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 #2E583C is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 88 | 60 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.65 |
| HSL | 140º | 0.31% | 0.26% | - |
| HSV(B) | 140º | 0.48% | 0.35% | - |
| XYZ | 5.43 | 7.89 | 5.51 | - |
| YUV | 72.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 60 | 0.48 | 0 | 0.32 | 0.65 | 140 | 0.31 | 0.26 |
| Hex | 2E | 58 | 3C | 30 | 0 | 20 | 41 | 8C | 1F | 1A |
| Octal | 56 | 130 | 74 | 60 | 0 | 40 | 101 | 214 | 37 | 32 |
| Binary | 101110 | 1011000 | 111100 | 110000 | 0 | 100000 | 1000001 | 10001100 | 11111 | 11010 |
Color Harmonies of #2E583C
Complementary color
Monochromatic Colors of #2E583C
Black with #2E583C
Text Example
Text Example
White with #2E583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E583C; }
p { color: rgb(46,88,60); }
H1.HeaderClassName
{
color: #2E583C;
}
.AnyTagClassName
{
color: #2E583C;
}
</style>
background-color css
<style>
a { background-color: #2E583C; }
a { background-color: rgb(46,88,60); }
div.DivClassName
{
background-color: #2E583C;
}
.BgClassName
{
background-color: #2E583C;
}
</style>
border-color css
<style>
span { border-color: #2E583C; }
span { border-color: rgb(46,88,60); }
td.TdClassName
{
border-color: #2E583C;
}
.TagClassName
{
border-color: #2E583C;
}
</style>