Shades of Goblin #2D5938
Tints of Goblin #2D5938
RGB
CMYK
RGB Variations
Color information
#2D5938 (or 0x2D5938) is known color: Goblin. HEX triplet: 2D, 59 and 38. RGB value is (45,89,56). Sum of RGB (Red+Green+Blue) = 45+89+56=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5938 is #D2A6C7. Grayscale: #484848. Windows color (decimal): -13805256 or 3692845. OLE color: 3692845.
HSL color Cylindrical-coordinate representation of color #2D5938: hue angle of 135º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D5938 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 89 | 56 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.65 |
| HSL | 135º | 0.33% | 0.26% | - |
| HSV(B) | 135º | 0.49% | 0.35% | - |
| XYZ | 5.37 | 7.99 | 5 | - |
| YUV | 72.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 56 | 0.49 | 0 | 0.37 | 0.65 | 135 | 0.33 | 0.26 |
| Hex | 2D | 59 | 38 | 31 | 0 | 25 | 41 | 87 | 21 | 1A |
| Octal | 55 | 131 | 70 | 61 | 0 | 45 | 101 | 207 | 41 | 32 |
| Binary | 101101 | 1011001 | 111000 | 110001 | 0 | 100101 | 1000001 | 10000111 | 100001 | 11010 |
Color Harmonies of #2D5938
Complementary color
Monochromatic Colors of #2D5938
Black with #2D5938
Text Example
Text Example
White with #2D5938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5938; }
p { color: rgb(45,89,56); }
H1.HeaderClassName
{
color: #2D5938;
}
.AnyTagClassName
{
color: #2D5938;
}
</style>
background-color css
<style>
a { background-color: #2D5938; }
a { background-color: rgb(45,89,56); }
div.DivClassName
{
background-color: #2D5938;
}
.BgClassName
{
background-color: #2D5938;
}
</style>
border-color css
<style>
span { border-color: #2D5938; }
span { border-color: rgb(45,89,56); }
td.TdClassName
{
border-color: #2D5938;
}
.TagClassName
{
border-color: #2D5938;
}
</style>