Shades of Goblin #2D5A39
Tints of Goblin #2D5A39
RGB
CMYK
RGB Variations
Color information
#2D5A39 (or 0x2D5A39) is known color: Goblin. HEX triplet: 2D, 5A and 39. RGB value is (45,90,57). Sum of RGB (Red+Green+Blue) = 45+90+57=192 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.44% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #2D5A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5A39 is #D2A5C6. Grayscale: #484848. Windows color (decimal): -13804999 or 3758637. OLE color: 3758637.
HSL color Cylindrical-coordinate representation of color #2D5A39: hue angle of 136º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D5A39 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 90 | 57 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.65 |
| HSL | 136º | 0.33% | 0.26% | - |
| HSV(B) | 136º | 0.5% | 0.35% | - |
| XYZ | 5.48 | 8.17 | 5.16 | - |
| YUV | 72.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 57 | 0.50 | 0 | 0.37 | 0.65 | 136 | 0.33 | 0.26 |
| Hex | 2D | 5A | 39 | 32 | 0 | 25 | 41 | 88 | 21 | 1A |
| Octal | 55 | 132 | 71 | 62 | 0 | 45 | 101 | 210 | 41 | 32 |
| Binary | 101101 | 1011010 | 111001 | 110010 | 0 | 100101 | 1000001 | 10001000 | 100001 | 11010 |
Color Harmonies of #2D5A39
Complementary color
Monochromatic Colors of #2D5A39
Black with #2D5A39
Text Example
Text Example
White with #2D5A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5A39; }
p { color: rgb(45,90,57); }
H1.HeaderClassName
{
color: #2D5A39;
}
.AnyTagClassName
{
color: #2D5A39;
}
</style>
background-color css
<style>
a { background-color: #2D5A39; }
a { background-color: rgb(45,90,57); }
div.DivClassName
{
background-color: #2D5A39;
}
.BgClassName
{
background-color: #2D5A39;
}
</style>
border-color css
<style>
span { border-color: #2D5A39; }
span { border-color: rgb(45,90,57); }
td.TdClassName
{
border-color: #2D5A39;
}
.TagClassName
{
border-color: #2D5A39;
}
</style>