Shades of Goblin #2E5339
Tints of Goblin #2E5339
RGB
CMYK
RGB Variations
Color information
#2E5339 (or 0x2E5339) is known color: Goblin. HEX triplet: 2E, 53 and 39. RGB value is (46,83,57). Sum of RGB (Red+Green+Blue) = 46+83+57=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5339 is #D1ACC6. Grayscale: #454545. Windows color (decimal): -13741255 or 3756846. OLE color: 3756846.
HSL color Cylindrical-coordinate representation of color #2E5339: hue angle of 137.84º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E5339 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 57 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.67 |
| HSL | 137.84º | 0.29% | 0.25% | - |
| HSV(B) | 137.84º | 0.45% | 0.33% | - |
| XYZ | 4.96 | 7.06 | 4.97 | - |
| YUV | 68.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 57 | 0.45 | 0 | 0.31 | 0.67 | 137.84 | 0.29 | 0.25 |
| Hex | 2E | 53 | 39 | 2D | 0 | 1F | 43 | 8A | 1D | 19 |
| Octal | 56 | 123 | 71 | 55 | 0 | 37 | 103 | 212 | 35 | 31 |
| Binary | 101110 | 1010011 | 111001 | 101101 | 0 | 11111 | 1000011 | 10001010 | 11101 | 11001 |
Color Harmonies of #2E5339
Complementary color
Monochromatic Colors of #2E5339
Black with #2E5339
Text Example
Text Example
White with #2E5339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5339; }
p { color: rgb(46,83,57); }
H1.HeaderClassName
{
color: #2E5339;
}
.AnyTagClassName
{
color: #2E5339;
}
</style>
background-color css
<style>
a { background-color: #2E5339; }
a { background-color: rgb(46,83,57); }
div.DivClassName
{
background-color: #2E5339;
}
.BgClassName
{
background-color: #2E5339;
}
</style>
border-color css
<style>
span { border-color: #2E5339; }
span { border-color: rgb(46,83,57); }
td.TdClassName
{
border-color: #2E5339;
}
.TagClassName
{
border-color: #2E5339;
}
</style>