Shades of Goblin #2E553B
Tints of Goblin #2E553B
RGB
CMYK
RGB Variations
Color information
#2E553B (or 0x2E553B) is known color: Goblin. HEX triplet: 2E, 55 and 3B. RGB value is (46,85,59). Sum of RGB (Red+Green+Blue) = 46+85+59=190 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.21% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #2E553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E553B is #D1AAC4. Grayscale: #464646. Windows color (decimal): -13740741 or 3888430. OLE color: 3888430.
HSL color Cylindrical-coordinate representation of color #2E553B: hue angle of 140º 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 #2E553B is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 85 | 59 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.67 |
| HSL | 140º | 0.3% | 0.26% | - |
| HSV(B) | 140º | 0.46% | 0.33% | - |
| XYZ | 5.16 | 7.39 | 5.29 | - |
| YUV | 70.38 | 121.58 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 59 | 0.46 | 0 | 0.31 | 0.67 | 140 | 0.3 | 0.26 |
| Hex | 2E | 55 | 3B | 2E | 0 | 1F | 43 | 8C | 1E | 1A |
| Octal | 56 | 125 | 73 | 56 | 0 | 37 | 103 | 214 | 36 | 32 |
| Binary | 101110 | 1010101 | 111011 | 101110 | 0 | 11111 | 1000011 | 10001100 | 11110 | 11010 |
Color Harmonies of #2E553B
Complementary color
Monochromatic Colors of #2E553B
Black with #2E553B
Text Example
Text Example
White with #2E553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E553B; }
p { color: rgb(46,85,59); }
H1.HeaderClassName
{
color: #2E553B;
}
.AnyTagClassName
{
color: #2E553B;
}
</style>
background-color css
<style>
a { background-color: #2E553B; }
a { background-color: rgb(46,85,59); }
div.DivClassName
{
background-color: #2E553B;
}
.BgClassName
{
background-color: #2E553B;
}
</style>
border-color css
<style>
span { border-color: #2E553B; }
span { border-color: rgb(46,85,59); }
td.TdClassName
{
border-color: #2E553B;
}
.TagClassName
{
border-color: #2E553B;
}
</style>