Shades of Goblin #2C5A3B
Tints of Goblin #2C5A3B
RGB
CMYK
RGB Variations
Color information
#2C5A3B (or 0x2C5A3B) is known color: Goblin. HEX triplet: 2C, 5A and 3B. RGB value is (44,90,59). Sum of RGB (Red+Green+Blue) = 44+90+59=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #2C5A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5A3B is #D3A5C4. Grayscale: #484848. Windows color (decimal): -13870533 or 3889708. OLE color: 3889708.
HSL color Cylindrical-coordinate representation of color #2C5A3B: hue angle of 139.57º 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 #2C5A3B is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 90 | 59 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.65 |
| HSL | 139.57º | 0.34% | 0.26% | - |
| HSV(B) | 139.57º | 0.51% | 0.35% | - |
| XYZ | 5.48 | 8.16 | 5.42 | - |
| YUV | 72.71 | 120.26 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 90 | 59 | 0.51 | 0 | 0.34 | 0.65 | 139.57 | 0.34 | 0.26 |
| Hex | 2C | 5A | 3B | 33 | 0 | 22 | 41 | 8C | 22 | 1A |
| Octal | 54 | 132 | 73 | 63 | 0 | 42 | 101 | 214 | 42 | 32 |
| Binary | 101100 | 1011010 | 111011 | 110011 | 0 | 100010 | 1000001 | 10001100 | 100010 | 11010 |
Color Harmonies of #2C5A3B
Complementary color
Monochromatic Colors of #2C5A3B
Black with #2C5A3B
Text Example
Text Example
White with #2C5A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5A3B; }
p { color: rgb(44,90,59); }
H1.HeaderClassName
{
color: #2C5A3B;
}
.AnyTagClassName
{
color: #2C5A3B;
}
</style>
background-color css
<style>
a { background-color: #2C5A3B; }
a { background-color: rgb(44,90,59); }
div.DivClassName
{
background-color: #2C5A3B;
}
.BgClassName
{
background-color: #2C5A3B;
}
</style>
border-color css
<style>
span { border-color: #2C5A3B; }
span { border-color: rgb(44,90,59); }
td.TdClassName
{
border-color: #2C5A3B;
}
.TagClassName
{
border-color: #2C5A3B;
}
</style>