Shades of Goblin #2E503B
Tints of Goblin #2E503B
RGB
CMYK
RGB Variations
Color information
#2E503B (or 0x2E503B) is known color: Goblin. HEX triplet: 2E, 50 and 3B. RGB value is (46,80,59). Sum of RGB (Red+Green+Blue) = 46+80+59=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #2E503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E503B is #D1AFC4. Grayscale: #434343. Windows color (decimal): -13742021 or 3887150. OLE color: 3887150.
HSL color Cylindrical-coordinate representation of color #2E503B: hue angle of 142.94º 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 #2E503B is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 80 | 59 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.69 |
| HSL | 142.94º | 0.27% | 0.25% | - |
| HSV(B) | 142.94º | 0.43% | 0.31% | - |
| XYZ | 4.78 | 6.63 | 5.17 | - |
| YUV | 67.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 80 | 59 | 0.42 | 0 | 0.26 | 0.69 | 142.94 | 0.27 | 0.25 |
| Hex | 2E | 50 | 3B | 2A | 0 | 1A | 45 | 8F | 1B | 19 |
| Octal | 56 | 120 | 73 | 52 | 0 | 32 | 105 | 217 | 33 | 31 |
| Binary | 101110 | 1010000 | 111011 | 101010 | 0 | 11010 | 1000101 | 10001111 | 11011 | 11001 |
Color Harmonies of #2E503B
Complementary color
Monochromatic Colors of #2E503B
Black with #2E503B
Text Example
Text Example
White with #2E503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E503B; }
p { color: rgb(46,80,59); }
H1.HeaderClassName
{
color: #2E503B;
}
.AnyTagClassName
{
color: #2E503B;
}
</style>
background-color css
<style>
a { background-color: #2E503B; }
a { background-color: rgb(46,80,59); }
div.DivClassName
{
background-color: #2E503B;
}
.BgClassName
{
background-color: #2E503B;
}
</style>
border-color css
<style>
span { border-color: #2E503B; }
span { border-color: rgb(46,80,59); }
td.TdClassName
{
border-color: #2E503B;
}
.TagClassName
{
border-color: #2E503B;
}
</style>