Shades of Goblin #2C5A3C
Tints of Goblin #2C5A3C
RGB
CMYK
RGB Variations
Color information
#2C5A3C (or 0x2C5A3C) is known color: Goblin. HEX triplet: 2C, 5A and 3C. RGB value is (44,90,60). Sum of RGB (Red+Green+Blue) = 44+90+60=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 90 - color contains mainly: green. Hex color #2C5A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5A3C is #D3A5C3. Grayscale: #484848. Windows color (decimal): -13870532 or 3955244. OLE color: 3955244.
HSL color Cylindrical-coordinate representation of color #2C5A3C: hue angle of 140.87º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C5A3C is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 90 | 60 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.65 |
| HSL | 140.87º | 0.34% | 0.26% | - |
| HSV(B) | 140.87º | 0.51% | 0.35% | - |
| XYZ | 5.51 | 8.17 | 5.56 | - |
| YUV | 72.83 | 120.76 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 90 | 60 | 0.51 | 0 | 0.33 | 0.65 | 140.87 | 0.34 | 0.26 |
| Hex | 2C | 5A | 3C | 33 | 0 | 21 | 41 | 8D | 22 | 1A |
| Octal | 54 | 132 | 74 | 63 | 0 | 41 | 101 | 215 | 42 | 32 |
| Binary | 101100 | 1011010 | 111100 | 110011 | 0 | 100001 | 1000001 | 10001101 | 100010 | 11010 |
Color Harmonies of #2C5A3C
Complementary color
Monochromatic Colors of #2C5A3C
Black with #2C5A3C
Text Example
Text Example
White with #2C5A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5A3C; }
p { color: rgb(44,90,60); }
H1.HeaderClassName
{
color: #2C5A3C;
}
.AnyTagClassName
{
color: #2C5A3C;
}
</style>
background-color css
<style>
a { background-color: #2C5A3C; }
a { background-color: rgb(44,90,60); }
div.DivClassName
{
background-color: #2C5A3C;
}
.BgClassName
{
background-color: #2C5A3C;
}
</style>
border-color css
<style>
span { border-color: #2C5A3C; }
span { border-color: rgb(44,90,60); }
td.TdClassName
{
border-color: #2C5A3C;
}
.TagClassName
{
border-color: #2C5A3C;
}
</style>