Shades of Goblin #2E553F
Tints of Goblin #2E553F
RGB
CMYK
RGB Variations
Color information
#2E553F (or 0x2E553F) is known color: Goblin. HEX triplet: 2E, 55 and 3F. RGB value is (46,85,63). Sum of RGB (Red+Green+Blue) = 46+85+63=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #2E553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E553F is #D1AAC0. Grayscale: #464646. Windows color (decimal): -13740737 or 4150574. OLE color: 4150574.
HSL color Cylindrical-coordinate representation of color #2E553F: hue angle of 146.15º 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 #2E553F is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 85 | 63 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.67 |
| HSL | 146.15º | 0.3% | 0.26% | - |
| HSV(B) | 146.15º | 0.46% | 0.33% | - |
| XYZ | 5.27 | 7.44 | 5.86 | - |
| YUV | 70.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 63 | 0.46 | 0 | 0.26 | 0.67 | 146.15 | 0.3 | 0.26 |
| Hex | 2E | 55 | 3F | 2E | 0 | 1A | 43 | 92 | 1E | 1A |
| Octal | 56 | 125 | 77 | 56 | 0 | 32 | 103 | 222 | 36 | 32 |
| Binary | 101110 | 1010101 | 111111 | 101110 | 0 | 11010 | 1000011 | 10010010 | 11110 | 11010 |
Color Harmonies of #2E553F
Complementary color
Monochromatic Colors of #2E553F
Black with #2E553F
Text Example
Text Example
White with #2E553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E553F; }
p { color: rgb(46,85,63); }
H1.HeaderClassName
{
color: #2E553F;
}
.AnyTagClassName
{
color: #2E553F;
}
</style>
background-color css
<style>
a { background-color: #2E553F; }
a { background-color: rgb(46,85,63); }
div.DivClassName
{
background-color: #2E553F;
}
.BgClassName
{
background-color: #2E553F;
}
</style>
border-color css
<style>
span { border-color: #2E553F; }
span { border-color: rgb(46,85,63); }
td.TdClassName
{
border-color: #2E553F;
}
.TagClassName
{
border-color: #2E553F;
}
</style>