Shades of Goblin #2E5436
Tints of Goblin #2E5436
RGB
CMYK
RGB Variations
Color information
#2E5436 (or 0x2E5436) is known color: Goblin. HEX triplet: 2E, 54 and 36. RGB value is (46,84,54). Sum of RGB (Red+Green+Blue) = 46+84+54=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #2E5436 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5436 is #D1ABC9. Grayscale: #454545. Windows color (decimal): -13741002 or 3560494. OLE color: 3560494.
HSL color Cylindrical-coordinate representation of color #2E5436: hue angle of 132.63º 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 #2E5436 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 84 | 54 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.67 |
| HSL | 132.63º | 0.29% | 0.25% | - |
| HSV(B) | 132.63º | 0.45% | 0.33% | - |
| XYZ | 4.96 | 7.19 | 4.62 | - |
| YUV | 69.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 54 | 0.45 | 0 | 0.36 | 0.67 | 132.63 | 0.29 | 0.25 |
| Hex | 2E | 54 | 36 | 2D | 0 | 24 | 43 | 85 | 1D | 19 |
| Octal | 56 | 124 | 66 | 55 | 0 | 44 | 103 | 205 | 35 | 31 |
| Binary | 101110 | 1010100 | 110110 | 101101 | 0 | 100100 | 1000011 | 10000101 | 11101 | 11001 |
Color Harmonies of #2E5436
Complementary color
Monochromatic Colors of #2E5436
Black with #2E5436
Text Example
Text Example
White with #2E5436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5436; }
p { color: rgb(46,84,54); }
H1.HeaderClassName
{
color: #2E5436;
}
.AnyTagClassName
{
color: #2E5436;
}
</style>
background-color css
<style>
a { background-color: #2E5436; }
a { background-color: rgb(46,84,54); }
div.DivClassName
{
background-color: #2E5436;
}
.BgClassName
{
background-color: #2E5436;
}
</style>
border-color css
<style>
span { border-color: #2E5436; }
span { border-color: rgb(46,84,54); }
td.TdClassName
{
border-color: #2E5436;
}
.TagClassName
{
border-color: #2E5436;
}
</style>