Shades of Goblin #2C5439
Tints of Goblin #2C5439
RGB
CMYK
RGB Variations
Color information
#2C5439 (or 0x2C5439) is known color: Goblin. HEX triplet: 2C, 54 and 39. RGB value is (44,84,57). Sum of RGB (Red+Green+Blue) = 44+84+57=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 57 (22.66% from 255 or 30.81% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #2C5439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5439 is #D3ABC6. Grayscale: #454545. Windows color (decimal): -13872071 or 3757100. OLE color: 3757100.
HSL color Cylindrical-coordinate representation of color #2C5439: hue angle of 139.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C5439 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 44 | 84 | 57 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.67 |
| HSL | 139.5º | 0.31% | 0.25% | - |
| HSV(B) | 139.5º | 0.48% | 0.33% | - |
| XYZ | 4.95 | 7.17 | 4.99 | - |
| YUV | 68.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 84 | 57 | 0.48 | 0 | 0.32 | 0.67 | 139.5 | 0.31 | 0.25 |
| Hex | 2C | 54 | 39 | 30 | 0 | 20 | 43 | 8C | 1F | 19 |
| Octal | 54 | 124 | 71 | 60 | 0 | 40 | 103 | 214 | 37 | 31 |
| Binary | 101100 | 1010100 | 111001 | 110000 | 0 | 100000 | 1000011 | 10001100 | 11111 | 11001 |
Color Harmonies of #2C5439
Complementary color
Monochromatic Colors of #2C5439
Black with #2C5439
Text Example
Text Example
White with #2C5439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5439; }
p { color: rgb(44,84,57); }
H1.HeaderClassName
{
color: #2C5439;
}
.AnyTagClassName
{
color: #2C5439;
}
</style>
background-color css
<style>
a { background-color: #2C5439; }
a { background-color: rgb(44,84,57); }
div.DivClassName
{
background-color: #2C5439;
}
.BgClassName
{
background-color: #2C5439;
}
</style>
border-color css
<style>
span { border-color: #2C5439; }
span { border-color: rgb(44,84,57); }
td.TdClassName
{
border-color: #2C5439;
}
.TagClassName
{
border-color: #2C5439;
}
</style>