Shades of Goblin #2C583A
Tints of Goblin #2C583A
RGB
CMYK
RGB Variations
Color information
#2C583A (or 0x2C583A) is known color: Goblin. HEX triplet: 2C, 58 and 3A. RGB value is (44,88,58). Sum of RGB (Red+Green+Blue) = 44+88+58=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #2C583A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C583A is #D3A7C5. Grayscale: #474747. Windows color (decimal): -13871046 or 3823660. OLE color: 3823660.
HSL color Cylindrical-coordinate representation of color #2C583A: hue angle of 139.09º 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 #2C583A is Cyan = 0.5, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 88 | 58 | - |
| CMYK | 0.5 | 0 | 0.34 | 0.65 |
| HSL | 139.09º | 0.33% | 0.26% | - |
| HSV(B) | 139.09º | 0.5% | 0.35% | - |
| XYZ | 5.29 | 7.82 | 5.23 | - |
| YUV | 71.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 58 | 0.5 | 0 | 0.34 | 0.65 | 139.09 | 0.33 | 0.26 |
| Hex | 2C | 58 | 3A | 32 | 0 | 22 | 41 | 8B | 21 | 1A |
| Octal | 54 | 130 | 72 | 62 | 0 | 42 | 101 | 213 | 41 | 32 |
| Binary | 101100 | 1011000 | 111010 | 110010 | 0 | 100010 | 1000001 | 10001011 | 100001 | 11010 |
Color Harmonies of #2C583A
Complementary color
Monochromatic Colors of #2C583A
Black with #2C583A
Text Example
Text Example
White with #2C583A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C583A; }
p { color: rgb(44,88,58); }
H1.HeaderClassName
{
color: #2C583A;
}
.AnyTagClassName
{
color: #2C583A;
}
</style>
background-color css
<style>
a { background-color: #2C583A; }
a { background-color: rgb(44,88,58); }
div.DivClassName
{
background-color: #2C583A;
}
.BgClassName
{
background-color: #2C583A;
}
</style>
border-color css
<style>
span { border-color: #2C583A; }
span { border-color: rgb(44,88,58); }
td.TdClassName
{
border-color: #2C583A;
}
.TagClassName
{
border-color: #2C583A;
}
</style>