Shades of Goblin #2D5636
Tints of Goblin #2D5636
RGB
CMYK
RGB Variations
Color information
#2D5636 (or 0x2D5636) is known color: Goblin. HEX triplet: 2D, 56 and 36. RGB value is (45,86,54). Sum of RGB (Red+Green+Blue) = 45+86+54=185 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.32% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #2D5636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5636 is #D2A9C9. Grayscale: #464646. Windows color (decimal): -13806026 or 3561005. OLE color: 3561005.
HSL color Cylindrical-coordinate representation of color #2D5636: hue angle of 133.17º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D5636 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 86 | 54 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.66 |
| HSL | 133.17º | 0.31% | 0.26% | - |
| HSV(B) | 133.17º | 0.48% | 0.34% | - |
| XYZ | 5.08 | 7.48 | 4.67 | - |
| YUV | 70.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 54 | 0.48 | 0 | 0.37 | 0.66 | 133.17 | 0.31 | 0.26 |
| Hex | 2D | 56 | 36 | 30 | 0 | 25 | 42 | 85 | 1F | 1A |
| Octal | 55 | 126 | 66 | 60 | 0 | 45 | 102 | 205 | 37 | 32 |
| Binary | 101101 | 1010110 | 110110 | 110000 | 0 | 100101 | 1000010 | 10000101 | 11111 | 11010 |
Color Harmonies of #2D5636
Complementary color
Monochromatic Colors of #2D5636
Black with #2D5636
Text Example
Text Example
White with #2D5636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5636; }
p { color: rgb(45,86,54); }
H1.HeaderClassName
{
color: #2D5636;
}
.AnyTagClassName
{
color: #2D5636;
}
</style>
background-color css
<style>
a { background-color: #2D5636; }
a { background-color: rgb(45,86,54); }
div.DivClassName
{
background-color: #2D5636;
}
.BgClassName
{
background-color: #2D5636;
}
</style>
border-color css
<style>
span { border-color: #2D5636; }
span { border-color: rgb(45,86,54); }
td.TdClassName
{
border-color: #2D5636;
}
.TagClassName
{
border-color: #2D5636;
}
</style>