Shades of Goblin #2D553B
Tints of Goblin #2D553B
RGB
CMYK
RGB Variations
Color information
#2D553B (or 0x2D553B) is known color: Goblin. HEX triplet: 2D, 55 and 3B. RGB value is (45,85,59). Sum of RGB (Red+Green+Blue) = 45+85+59=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #2D553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D553B is #D2AAC4. Grayscale: #464646. Windows color (decimal): -13806277 or 3888429. OLE color: 3888429.
HSL color Cylindrical-coordinate representation of color #2D553B: hue angle of 141º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D553B is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 85 | 59 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.67 |
| HSL | 141º | 0.31% | 0.25% | - |
| HSV(B) | 141º | 0.47% | 0.33% | - |
| XYZ | 5.12 | 7.37 | 5.29 | - |
| YUV | 70.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 85 | 59 | 0.47 | 0 | 0.31 | 0.67 | 141 | 0.31 | 0.25 |
| Hex | 2D | 55 | 3B | 2F | 0 | 1F | 43 | 8D | 1F | 19 |
| Octal | 55 | 125 | 73 | 57 | 0 | 37 | 103 | 215 | 37 | 31 |
| Binary | 101101 | 1010101 | 111011 | 101111 | 0 | 11111 | 1000011 | 10001101 | 11111 | 11001 |
Color Harmonies of #2D553B
Complementary color
Monochromatic Colors of #2D553B
Black with #2D553B
Text Example
Text Example
White with #2D553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D553B; }
p { color: rgb(45,85,59); }
H1.HeaderClassName
{
color: #2D553B;
}
.AnyTagClassName
{
color: #2D553B;
}
</style>
background-color css
<style>
a { background-color: #2D553B; }
a { background-color: rgb(45,85,59); }
div.DivClassName
{
background-color: #2D553B;
}
.BgClassName
{
background-color: #2D553B;
}
</style>
border-color css
<style>
span { border-color: #2D553B; }
span { border-color: rgb(45,85,59); }
td.TdClassName
{
border-color: #2D553B;
}
.TagClassName
{
border-color: #2D553B;
}
</style>