Shades of Goblin #2E573C
Tints of Goblin #2E573C
RGB
CMYK
RGB Variations
Color information
#2E573C (or 0x2E573C) is known color: Goblin. HEX triplet: 2E, 57 and 3C. RGB value is (46,87,60). Sum of RGB (Red+Green+Blue) = 46+87+60=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 87 - color contains mainly: green. Hex color #2E573C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E573C is #D1A8C3. Grayscale: #474747. Windows color (decimal): -13740228 or 3954478. OLE color: 3954478.
HSL color Cylindrical-coordinate representation of color #2E573C: hue angle of 140.49º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E573C is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 87 | 60 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.66 |
| HSL | 140.49º | 0.31% | 0.26% | - |
| HSV(B) | 140.49º | 0.47% | 0.34% | - |
| XYZ | 5.35 | 7.72 | 5.48 | - |
| YUV | 71.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 60 | 0.47 | 0 | 0.31 | 0.66 | 140.49 | 0.31 | 0.26 |
| Hex | 2E | 57 | 3C | 2F | 0 | 1F | 42 | 8C | 1F | 1A |
| Octal | 56 | 127 | 74 | 57 | 0 | 37 | 102 | 214 | 37 | 32 |
| Binary | 101110 | 1010111 | 111100 | 101111 | 0 | 11111 | 1000010 | 10001100 | 11111 | 11010 |
Color Harmonies of #2E573C
Complementary color
Monochromatic Colors of #2E573C
Black with #2E573C
Text Example
Text Example
White with #2E573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E573C; }
p { color: rgb(46,87,60); }
H1.HeaderClassName
{
color: #2E573C;
}
.AnyTagClassName
{
color: #2E573C;
}
</style>
background-color css
<style>
a { background-color: #2E573C; }
a { background-color: rgb(46,87,60); }
div.DivClassName
{
background-color: #2E573C;
}
.BgClassName
{
background-color: #2E573C;
}
</style>
border-color css
<style>
span { border-color: #2E573C; }
span { border-color: rgb(46,87,60); }
td.TdClassName
{
border-color: #2E573C;
}
.TagClassName
{
border-color: #2E573C;
}
</style>