Shades of Goblin #2B5938
Tints of Goblin #2B5938
RGB
CMYK
RGB Variations
Color information
#2B5938 (or 0x2B5938) is known color: Goblin. HEX triplet: 2B, 59 and 38. RGB value is (43,89,56). Sum of RGB (Red+Green+Blue) = 43+89+56=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #2B5938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5938 is #D4A6C7. Grayscale: #474747. Windows color (decimal): -13936328 or 3692843. OLE color: 3692843.
HSL color Cylindrical-coordinate representation of color #2B5938: hue angle of 136.96º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B5938 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 89 | 56 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.65 |
| HSL | 136.96º | 0.35% | 0.26% | - |
| HSV(B) | 136.96º | 0.52% | 0.35% | - |
| XYZ | 5.28 | 7.94 | 5 | - |
| YUV | 71.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 89 | 56 | 0.52 | 0 | 0.37 | 0.65 | 136.96 | 0.35 | 0.26 |
| Hex | 2B | 59 | 38 | 34 | 0 | 25 | 41 | 89 | 23 | 1A |
| Octal | 53 | 131 | 70 | 64 | 0 | 45 | 101 | 211 | 43 | 32 |
| Binary | 101011 | 1011001 | 111000 | 110100 | 0 | 100101 | 1000001 | 10001001 | 100011 | 11010 |
Color Harmonies of #2B5938
Complementary color
Monochromatic Colors of #2B5938
Black with #2B5938
Text Example
Text Example
White with #2B5938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5938; }
p { color: rgb(43,89,56); }
H1.HeaderClassName
{
color: #2B5938;
}
.AnyTagClassName
{
color: #2B5938;
}
</style>
background-color css
<style>
a { background-color: #2B5938; }
a { background-color: rgb(43,89,56); }
div.DivClassName
{
background-color: #2B5938;
}
.BgClassName
{
background-color: #2B5938;
}
</style>
border-color css
<style>
span { border-color: #2B5938; }
span { border-color: rgb(43,89,56); }
td.TdClassName
{
border-color: #2B5938;
}
.TagClassName
{
border-color: #2B5938;
}
</style>