Shades of Goblin #2E513C
Tints of Goblin #2E513C
RGB
CMYK
RGB Variations
Color information
#2E513C (or 0x2E513C) is known color: Goblin. HEX triplet: 2E, 51 and 3C. RGB value is (46,81,60). Sum of RGB (Red+Green+Blue) = 46+81+60=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #2E513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E513C is #D1AEC3. Grayscale: #444444. Windows color (decimal): -13741764 or 3952942. OLE color: 3952942.
HSL color Cylindrical-coordinate representation of color #2E513C: hue angle of 144º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E513C is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 81 | 60 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.68 |
| HSL | 144º | 0.28% | 0.25% | - |
| HSV(B) | 144º | 0.43% | 0.32% | - |
| XYZ | 4.88 | 6.79 | 5.33 | - |
| YUV | 68.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 60 | 0.43 | 0 | 0.26 | 0.68 | 144 | 0.28 | 0.25 |
| Hex | 2E | 51 | 3C | 2B | 0 | 1A | 44 | 90 | 1C | 19 |
| Octal | 56 | 121 | 74 | 53 | 0 | 32 | 104 | 220 | 34 | 31 |
| Binary | 101110 | 1010001 | 111100 | 101011 | 0 | 11010 | 1000100 | 10010000 | 11100 | 11001 |
Color Harmonies of #2E513C
Complementary color
Monochromatic Colors of #2E513C
Black with #2E513C
Text Example
Text Example
White with #2E513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E513C; }
p { color: rgb(46,81,60); }
H1.HeaderClassName
{
color: #2E513C;
}
.AnyTagClassName
{
color: #2E513C;
}
</style>
background-color css
<style>
a { background-color: #2E513C; }
a { background-color: rgb(46,81,60); }
div.DivClassName
{
background-color: #2E513C;
}
.BgClassName
{
background-color: #2E513C;
}
</style>
border-color css
<style>
span { border-color: #2E513C; }
span { border-color: rgb(46,81,60); }
td.TdClassName
{
border-color: #2E513C;
}
.TagClassName
{
border-color: #2E513C;
}
</style>