Shades of Goblin #2E533C
Tints of Goblin #2E533C
RGB
CMYK
RGB Variations
Color information
#2E533C (or 0x2E533C) is known color: Goblin. HEX triplet: 2E, 53 and 3C. RGB value is (46,83,60). Sum of RGB (Red+Green+Blue) = 46+83+60=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #2E533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E533C is #D1ACC3. Grayscale: #454545. Windows color (decimal): -13741252 or 3953454. OLE color: 3953454.
HSL color Cylindrical-coordinate representation of color #2E533C: hue angle of 142.7º 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 #2E533C is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 83 | 60 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.67 |
| HSL | 142.7º | 0.29% | 0.25% | - |
| HSV(B) | 142.7º | 0.45% | 0.33% | - |
| XYZ | 5.04 | 7.09 | 5.38 | - |
| YUV | 69.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 60 | 0.45 | 0 | 0.28 | 0.67 | 142.7 | 0.29 | 0.25 |
| Hex | 2E | 53 | 3C | 2D | 0 | 1C | 43 | 8F | 1D | 19 |
| Octal | 56 | 123 | 74 | 55 | 0 | 34 | 103 | 217 | 35 | 31 |
| Binary | 101110 | 1010011 | 111100 | 101101 | 0 | 11100 | 1000011 | 10001111 | 11101 | 11001 |
Color Harmonies of #2E533C
Complementary color
Monochromatic Colors of #2E533C
Black with #2E533C
Text Example
Text Example
White with #2E533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E533C; }
p { color: rgb(46,83,60); }
H1.HeaderClassName
{
color: #2E533C;
}
.AnyTagClassName
{
color: #2E533C;
}
</style>
background-color css
<style>
a { background-color: #2E533C; }
a { background-color: rgb(46,83,60); }
div.DivClassName
{
background-color: #2E533C;
}
.BgClassName
{
background-color: #2E533C;
}
</style>
border-color css
<style>
span { border-color: #2E533C; }
span { border-color: rgb(46,83,60); }
td.TdClassName
{
border-color: #2E533C;
}
.TagClassName
{
border-color: #2E533C;
}
</style>