Shades of Goblin #2E553E
Tints of Goblin #2E553E
RGB
CMYK
RGB Variations
Color information
#2E553E (or 0x2E553E) is known color: Goblin. HEX triplet: 2E, 55 and 3E. RGB value is (46,85,62). Sum of RGB (Red+Green+Blue) = 46+85+62=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #2E553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E553E is #D1AAC1. Grayscale: #464646. Windows color (decimal): -13740738 or 4085038. OLE color: 4085038.
HSL color Cylindrical-coordinate representation of color #2E553E: hue angle of 144.62º 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 #2E553E is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 85 | 62 | - |
| CMYK | 0.46 | 0 | 0.27 | 0.67 |
| HSL | 144.62º | 0.3% | 0.26% | - |
| HSV(B) | 144.62º | 0.46% | 0.33% | - |
| XYZ | 5.24 | 7.43 | 5.71 | - |
| YUV | 70.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 62 | 0.46 | 0 | 0.27 | 0.67 | 144.62 | 0.3 | 0.26 |
| Hex | 2E | 55 | 3E | 2E | 0 | 1B | 43 | 91 | 1E | 1A |
| Octal | 56 | 125 | 76 | 56 | 0 | 33 | 103 | 221 | 36 | 32 |
| Binary | 101110 | 1010101 | 111110 | 101110 | 0 | 11011 | 1000011 | 10010001 | 11110 | 11010 |
Color Harmonies of #2E553E
Complementary color
Monochromatic Colors of #2E553E
Black with #2E553E
Text Example
Text Example
White with #2E553E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E553E; }
p { color: rgb(46,85,62); }
H1.HeaderClassName
{
color: #2E553E;
}
.AnyTagClassName
{
color: #2E553E;
}
</style>
background-color css
<style>
a { background-color: #2E553E; }
a { background-color: rgb(46,85,62); }
div.DivClassName
{
background-color: #2E553E;
}
.BgClassName
{
background-color: #2E553E;
}
</style>
border-color css
<style>
span { border-color: #2E553E; }
span { border-color: rgb(46,85,62); }
td.TdClassName
{
border-color: #2E553E;
}
.TagClassName
{
border-color: #2E553E;
}
</style>