Shades of Goblin #2E5038
Tints of Goblin #2E5038
RGB
CMYK
RGB Variations
Color information
#2E5038 (or 0x2E5038) is known color: Goblin. HEX triplet: 2E, 50 and 38. RGB value is (46,80,56). Sum of RGB (Red+Green+Blue) = 46+80+56=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 80 - color contains mainly: green. Hex color #2E5038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5038 is #D1AFC7. Grayscale: #434343. Windows color (decimal): -13742024 or 3690542. OLE color: 3690542.
HSL color Cylindrical-coordinate representation of color #2E5038: hue angle of 137.65º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E5038 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 80 | 56 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.69 |
| HSL | 137.65º | 0.27% | 0.25% | - |
| HSV(B) | 137.65º | 0.43% | 0.31% | - |
| XYZ | 4.71 | 6.6 | 4.77 | - |
| YUV | 67.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 56 | 0.42 | 0 | 0.30 | 0.69 | 137.65 | 0.27 | 0.25 |
| Hex | 2E | 50 | 38 | 2A | 0 | 1E | 45 | 8A | 1B | 19 |
| Octal | 56 | 120 | 70 | 52 | 0 | 36 | 105 | 212 | 33 | 31 |
| Binary | 101110 | 1010000 | 111000 | 101010 | 0 | 11110 | 1000101 | 10001010 | 11011 | 11001 |
Color Harmonies of #2E5038
Complementary color
Monochromatic Colors of #2E5038
Black with #2E5038
Text Example
Text Example
White with #2E5038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5038; }
p { color: rgb(46,80,56); }
H1.HeaderClassName
{
color: #2E5038;
}
.AnyTagClassName
{
color: #2E5038;
}
</style>
background-color css
<style>
a { background-color: #2E5038; }
a { background-color: rgb(46,80,56); }
div.DivClassName
{
background-color: #2E5038;
}
.BgClassName
{
background-color: #2E5038;
}
</style>
border-color css
<style>
span { border-color: #2E5038; }
span { border-color: rgb(46,80,56); }
td.TdClassName
{
border-color: #2E5038;
}
.TagClassName
{
border-color: #2E5038;
}
</style>