Shades of Goblin #2C5336
Tints of Goblin #2C5336
RGB
CMYK
RGB Variations
Color information
#2C5336 (or 0x2C5336) is known color: Goblin. HEX triplet: 2C, 53 and 36. RGB value is (44,83,54). Sum of RGB (Red+Green+Blue) = 44+83+54=181 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.31% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5336 is #D3ACC9. Grayscale: #444444. Windows color (decimal): -13872330 or 3560236. OLE color: 3560236.
HSL color Cylindrical-coordinate representation of color #2C5336: hue angle of 135.38º 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 #2C5336 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 83 | 54 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.67 |
| HSL | 135.38º | 0.31% | 0.25% | - |
| HSV(B) | 135.38º | 0.47% | 0.33% | - |
| XYZ | 4.8 | 6.99 | 4.59 | - |
| YUV | 68.03 | 120.08 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 83 | 54 | 0.47 | 0 | 0.35 | 0.67 | 135.38 | 0.31 | 0.25 |
| Hex | 2C | 53 | 36 | 2F | 0 | 23 | 43 | 87 | 1F | 19 |
| Octal | 54 | 123 | 66 | 57 | 0 | 43 | 103 | 207 | 37 | 31 |
| Binary | 101100 | 1010011 | 110110 | 101111 | 0 | 100011 | 1000011 | 10000111 | 11111 | 11001 |
Color Harmonies of #2C5336
Complementary color
Monochromatic Colors of #2C5336
Black with #2C5336
Text Example
Text Example
White with #2C5336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5336; }
p { color: rgb(44,83,54); }
H1.HeaderClassName
{
color: #2C5336;
}
.AnyTagClassName
{
color: #2C5336;
}
</style>
background-color css
<style>
a { background-color: #2C5336; }
a { background-color: rgb(44,83,54); }
div.DivClassName
{
background-color: #2C5336;
}
.BgClassName
{
background-color: #2C5336;
}
</style>
border-color css
<style>
span { border-color: #2C5336; }
span { border-color: rgb(44,83,54); }
td.TdClassName
{
border-color: #2C5336;
}
.TagClassName
{
border-color: #2C5336;
}
</style>