Shades of Goblin #2D5239
Tints of Goblin #2D5239
RGB
CMYK
RGB Variations
Color information
#2D5239 (or 0x2D5239) is known color: Goblin. HEX triplet: 2D, 52 and 39. RGB value is (45,82,57). Sum of RGB (Red+Green+Blue) = 45+82+57=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5239 is #D2ADC6. Grayscale: #444444. Windows color (decimal): -13807047 or 3756589. OLE color: 3756589.
HSL color Cylindrical-coordinate representation of color #2D5239: hue angle of 139.46º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2D5239 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 45 | 82 | 57 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.68 |
| HSL | 139.46º | 0.29% | 0.25% | - |
| HSV(B) | 139.46º | 0.45% | 0.32% | - |
| XYZ | 4.84 | 6.89 | 4.95 | - |
| YUV | 68.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 82 | 57 | 0.45 | 0 | 0.30 | 0.68 | 139.46 | 0.29 | 0.25 |
| Hex | 2D | 52 | 39 | 2D | 0 | 1E | 44 | 8B | 1D | 19 |
| Octal | 55 | 122 | 71 | 55 | 0 | 36 | 104 | 213 | 35 | 31 |
| Binary | 101101 | 1010010 | 111001 | 101101 | 0 | 11110 | 1000100 | 10001011 | 11101 | 11001 |
Color Harmonies of #2D5239
Complementary color
Monochromatic Colors of #2D5239
Black with #2D5239
Text Example
Text Example
White with #2D5239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5239; }
p { color: rgb(45,82,57); }
H1.HeaderClassName
{
color: #2D5239;
}
.AnyTagClassName
{
color: #2D5239;
}
</style>
background-color css
<style>
a { background-color: #2D5239; }
a { background-color: rgb(45,82,57); }
div.DivClassName
{
background-color: #2D5239;
}
.BgClassName
{
background-color: #2D5239;
}
</style>
border-color css
<style>
span { border-color: #2D5239; }
span { border-color: rgb(45,82,57); }
td.TdClassName
{
border-color: #2D5239;
}
.TagClassName
{
border-color: #2D5239;
}
</style>