Shades of Goblin #2D5338
Tints of Goblin #2D5338
RGB
CMYK
RGB Variations
Color information
#2D5338 (or 0x2D5338) is known color: Goblin. HEX triplet: 2D, 53 and 38. RGB value is (45,83,56). Sum of RGB (Red+Green+Blue) = 45+83+56=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5338 is #D2ACC7. Grayscale: #444444. Windows color (decimal): -13806792 or 3691309. OLE color: 3691309.
HSL color Cylindrical-coordinate representation of color #2D5338: hue angle of 137.37º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D5338 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 45 | 83 | 56 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.67 |
| HSL | 137.37º | 0.3% | 0.25% | - |
| HSV(B) | 137.37º | 0.46% | 0.33% | - |
| XYZ | 4.89 | 7.03 | 4.84 | - |
| YUV | 68.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 83 | 56 | 0.46 | 0 | 0.33 | 0.67 | 137.37 | 0.3 | 0.25 |
| Hex | 2D | 53 | 38 | 2E | 0 | 21 | 43 | 89 | 1E | 19 |
| Octal | 55 | 123 | 70 | 56 | 0 | 41 | 103 | 211 | 36 | 31 |
| Binary | 101101 | 1010011 | 111000 | 101110 | 0 | 100001 | 1000011 | 10001001 | 11110 | 11001 |
Color Harmonies of #2D5338
Complementary color
Monochromatic Colors of #2D5338
Black with #2D5338
Text Example
Text Example
White with #2D5338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5338; }
p { color: rgb(45,83,56); }
H1.HeaderClassName
{
color: #2D5338;
}
.AnyTagClassName
{
color: #2D5338;
}
</style>
background-color css
<style>
a { background-color: #2D5338; }
a { background-color: rgb(45,83,56); }
div.DivClassName
{
background-color: #2D5338;
}
.BgClassName
{
background-color: #2D5338;
}
</style>
border-color css
<style>
span { border-color: #2D5338; }
span { border-color: rgb(45,83,56); }
td.TdClassName
{
border-color: #2D5338;
}
.TagClassName
{
border-color: #2D5338;
}
</style>