Shades of Goblin #2C5338
Tints of Goblin #2C5338
RGB
CMYK
RGB Variations
Color information
#2C5338 (or 0x2C5338) is known color: Goblin. HEX triplet: 2C, 53 and 38. RGB value is (44,83,56). Sum of RGB (Red+Green+Blue) = 44+83+56=183 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.04% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5338 is #D3ACC7. Grayscale: #444444. Windows color (decimal): -13872328 or 3691308. OLE color: 3691308.
HSL color Cylindrical-coordinate representation of color #2C5338: hue angle of 138.46º 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 #2C5338 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 83 | 56 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.67 |
| HSL | 138.46º | 0.31% | 0.25% | - |
| HSV(B) | 138.46º | 0.47% | 0.33% | - |
| XYZ | 4.85 | 7.01 | 4.84 | - |
| YUV | 68.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 83 | 56 | 0.47 | 0 | 0.33 | 0.67 | 138.46 | 0.31 | 0.25 |
| Hex | 2C | 53 | 38 | 2F | 0 | 21 | 43 | 8A | 1F | 19 |
| Octal | 54 | 123 | 70 | 57 | 0 | 41 | 103 | 212 | 37 | 31 |
| Binary | 101100 | 1010011 | 111000 | 101111 | 0 | 100001 | 1000011 | 10001010 | 11111 | 11001 |
Color Harmonies of #2C5338
Complementary color
Monochromatic Colors of #2C5338
Black with #2C5338
Text Example
Text Example
White with #2C5338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5338; }
p { color: rgb(44,83,56); }
H1.HeaderClassName
{
color: #2C5338;
}
.AnyTagClassName
{
color: #2C5338;
}
</style>
background-color css
<style>
a { background-color: #2C5338; }
a { background-color: rgb(44,83,56); }
div.DivClassName
{
background-color: #2C5338;
}
.BgClassName
{
background-color: #2C5338;
}
</style>
border-color css
<style>
span { border-color: #2C5338; }
span { border-color: rgb(44,83,56); }
td.TdClassName
{
border-color: #2C5338;
}
.TagClassName
{
border-color: #2C5338;
}
</style>