Shades of Goblin #2E5D3D
Tints of Goblin #2E5D3D
RGB
CMYK
RGB Variations
Color information
#2E5D3D (or 0x2E5D3D) is known color: Goblin. HEX triplet: 2E, 5D and 3D. RGB value is (46,93,61). Sum of RGB (Red+Green+Blue) = 46+93+61=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 93 - color contains mainly: green. Hex color #2E5D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5D3D is #D1A2C2. Grayscale: #4B4B4B. Windows color (decimal): -13738691 or 4021550. OLE color: 4021550.
HSL color Cylindrical-coordinate representation of color #2E5D3D: hue angle of 139.15º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E5D3D is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 93 | 61 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.64 |
| HSL | 139.15º | 0.34% | 0.27% | - |
| HSV(B) | 139.15º | 0.51% | 0.36% | - |
| XYZ | 5.88 | 8.75 | 5.79 | - |
| YUV | 75.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 61 | 0.51 | 0 | 0.34 | 0.64 | 139.15 | 0.34 | 0.27 |
| Hex | 2E | 5D | 3D | 33 | 0 | 22 | 40 | 8B | 22 | 1B |
| Octal | 56 | 135 | 75 | 63 | 0 | 42 | 100 | 213 | 42 | 33 |
| Binary | 101110 | 1011101 | 111101 | 110011 | 0 | 100010 | 1000000 | 10001011 | 100010 | 11011 |
Color Harmonies of #2E5D3D
Complementary color
Monochromatic Colors of #2E5D3D
Black with #2E5D3D
Text Example
Text Example
White with #2E5D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5D3D; }
p { color: rgb(46,93,61); }
H1.HeaderClassName
{
color: #2E5D3D;
}
.AnyTagClassName
{
color: #2E5D3D;
}
</style>
background-color css
<style>
a { background-color: #2E5D3D; }
a { background-color: rgb(46,93,61); }
div.DivClassName
{
background-color: #2E5D3D;
}
.BgClassName
{
background-color: #2E5D3D;
}
</style>
border-color css
<style>
span { border-color: #2E5D3D; }
span { border-color: rgb(46,93,61); }
td.TdClassName
{
border-color: #2E5D3D;
}
.TagClassName
{
border-color: #2E5D3D;
}
</style>