Shades of Goblin #2E553D
Tints of Goblin #2E553D
RGB
CMYK
RGB Variations
Color information
#2E553D (or 0x2E553D) is known color: Goblin. HEX triplet: 2E, 55 and 3D. RGB value is (46,85,61). Sum of RGB (Red+Green+Blue) = 46+85+61=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #2E553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E553D is #D1AAC2. Grayscale: #464646. Windows color (decimal): -13740739 or 4019502. OLE color: 4019502.
HSL color Cylindrical-coordinate representation of color #2E553D: hue angle of 143.08º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E553D is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 85 | 61 | - |
| CMYK | 0.46 | 0 | 0.28 | 0.67 |
| HSL | 143.08º | 0.3% | 0.26% | - |
| HSV(B) | 143.08º | 0.46% | 0.33% | - |
| XYZ | 5.22 | 7.41 | 5.57 | - |
| YUV | 70.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 61 | 0.46 | 0 | 0.28 | 0.67 | 143.08 | 0.3 | 0.26 |
| Hex | 2E | 55 | 3D | 2E | 0 | 1C | 43 | 8F | 1E | 1A |
| Octal | 56 | 125 | 75 | 56 | 0 | 34 | 103 | 217 | 36 | 32 |
| Binary | 101110 | 1010101 | 111101 | 101110 | 0 | 11100 | 1000011 | 10001111 | 11110 | 11010 |
Color Harmonies of #2E553D
Complementary color
Monochromatic Colors of #2E553D
Black with #2E553D
Text Example
Text Example
White with #2E553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E553D; }
p { color: rgb(46,85,61); }
H1.HeaderClassName
{
color: #2E553D;
}
.AnyTagClassName
{
color: #2E553D;
}
</style>
background-color css
<style>
a { background-color: #2E553D; }
a { background-color: rgb(46,85,61); }
div.DivClassName
{
background-color: #2E553D;
}
.BgClassName
{
background-color: #2E553D;
}
</style>
border-color css
<style>
span { border-color: #2E553D; }
span { border-color: rgb(46,85,61); }
td.TdClassName
{
border-color: #2E553D;
}
.TagClassName
{
border-color: #2E553D;
}
</style>