Shades of Goblin #2E533A
Tints of Goblin #2E533A
RGB
CMYK
RGB Variations
Color information
#2E533A (or 0x2E533A) is known color: Goblin. HEX triplet: 2E, 53 and 3A. RGB value is (46,83,58). Sum of RGB (Red+Green+Blue) = 46+83+58=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #2E533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E533A is #D1ACC5. Grayscale: #454545. Windows color (decimal): -13741254 or 3822382. OLE color: 3822382.
HSL color Cylindrical-coordinate representation of color #2E533A: hue angle of 139.46º 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 #2E533A is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 58 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.67 |
| HSL | 139.46º | 0.29% | 0.25% | - |
| HSV(B) | 139.46º | 0.45% | 0.33% | - |
| XYZ | 4.98 | 7.07 | 5.11 | - |
| YUV | 69.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 58 | 0.45 | 0 | 0.30 | 0.67 | 139.46 | 0.29 | 0.25 |
| Hex | 2E | 53 | 3A | 2D | 0 | 1E | 43 | 8B | 1D | 19 |
| Octal | 56 | 123 | 72 | 55 | 0 | 36 | 103 | 213 | 35 | 31 |
| Binary | 101110 | 1010011 | 111010 | 101101 | 0 | 11110 | 1000011 | 10001011 | 11101 | 11001 |
Color Harmonies of #2E533A
Complementary color
Monochromatic Colors of #2E533A
Black with #2E533A
Text Example
Text Example
White with #2E533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E533A; }
p { color: rgb(46,83,58); }
H1.HeaderClassName
{
color: #2E533A;
}
.AnyTagClassName
{
color: #2E533A;
}
</style>
background-color css
<style>
a { background-color: #2E533A; }
a { background-color: rgb(46,83,58); }
div.DivClassName
{
background-color: #2E533A;
}
.BgClassName
{
background-color: #2E533A;
}
</style>
border-color css
<style>
span { border-color: #2E533A; }
span { border-color: rgb(46,83,58); }
td.TdClassName
{
border-color: #2E533A;
}
.TagClassName
{
border-color: #2E533A;
}
</style>