Shades of Goblin #2C5938
Tints of Goblin #2C5938
RGB
CMYK
RGB Variations
Color information
#2C5938 (or 0x2C5938) is known color: Goblin. HEX triplet: 2C, 59 and 38. RGB value is (44,89,56). Sum of RGB (Red+Green+Blue) = 44+89+56=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #2C5938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5938 is #D3A6C7. Grayscale: #474747. Windows color (decimal): -13870792 or 3692844. OLE color: 3692844.
HSL color Cylindrical-coordinate representation of color #2C5938: hue angle of 136º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C5938 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 89 | 56 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.65 |
| HSL | 136º | 0.34% | 0.26% | - |
| HSV(B) | 136º | 0.51% | 0.35% | - |
| XYZ | 5.32 | 7.97 | 5 | - |
| YUV | 71.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 89 | 56 | 0.51 | 0 | 0.37 | 0.65 | 136 | 0.34 | 0.26 |
| Hex | 2C | 59 | 38 | 33 | 0 | 25 | 41 | 88 | 22 | 1A |
| Octal | 54 | 131 | 70 | 63 | 0 | 45 | 101 | 210 | 42 | 32 |
| Binary | 101100 | 1011001 | 111000 | 110011 | 0 | 100101 | 1000001 | 10001000 | 100010 | 11010 |
Color Harmonies of #2C5938
Complementary color
Monochromatic Colors of #2C5938
Black with #2C5938
Text Example
Text Example
White with #2C5938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5938; }
p { color: rgb(44,89,56); }
H1.HeaderClassName
{
color: #2C5938;
}
.AnyTagClassName
{
color: #2C5938;
}
</style>
background-color css
<style>
a { background-color: #2C5938; }
a { background-color: rgb(44,89,56); }
div.DivClassName
{
background-color: #2C5938;
}
.BgClassName
{
background-color: #2C5938;
}
</style>
border-color css
<style>
span { border-color: #2C5938; }
span { border-color: rgb(44,89,56); }
td.TdClassName
{
border-color: #2C5938;
}
.TagClassName
{
border-color: #2C5938;
}
</style>