Shades of Goblin #2E553A
Tints of Goblin #2E553A
RGB
CMYK
RGB Variations
Color information
#2E553A (or 0x2E553A) is known color: Goblin. HEX triplet: 2E, 55 and 3A. RGB value is (46,85,58). Sum of RGB (Red+Green+Blue) = 46+85+58=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #2E553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E553A is #D1AAC5. Grayscale: #464646. Windows color (decimal): -13740742 or 3822894. OLE color: 3822894.
HSL color Cylindrical-coordinate representation of color #2E553A: hue angle of 138.46º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E553A is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 85 | 58 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.67 |
| HSL | 138.46º | 0.3% | 0.26% | - |
| HSV(B) | 138.46º | 0.46% | 0.33% | - |
| XYZ | 5.14 | 7.38 | 5.16 | - |
| YUV | 70.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 58 | 0.46 | 0 | 0.32 | 0.67 | 138.46 | 0.3 | 0.26 |
| Hex | 2E | 55 | 3A | 2E | 0 | 20 | 43 | 8A | 1E | 1A |
| Octal | 56 | 125 | 72 | 56 | 0 | 40 | 103 | 212 | 36 | 32 |
| Binary | 101110 | 1010101 | 111010 | 101110 | 0 | 100000 | 1000011 | 10001010 | 11110 | 11010 |
Color Harmonies of #2E553A
Complementary color
Monochromatic Colors of #2E553A
Black with #2E553A
Text Example
Text Example
White with #2E553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E553A; }
p { color: rgb(46,85,58); }
H1.HeaderClassName
{
color: #2E553A;
}
.AnyTagClassName
{
color: #2E553A;
}
</style>
background-color css
<style>
a { background-color: #2E553A; }
a { background-color: rgb(46,85,58); }
div.DivClassName
{
background-color: #2E553A;
}
.BgClassName
{
background-color: #2E553A;
}
</style>
border-color css
<style>
span { border-color: #2E553A; }
span { border-color: rgb(46,85,58); }
td.TdClassName
{
border-color: #2E553A;
}
.TagClassName
{
border-color: #2E553A;
}
</style>