Shades of Goblin #2C5B3B
Tints of Goblin #2C5B3B
RGB
CMYK
RGB Variations
Color information
#2C5B3B (or 0x2C5B3B) is known color: Goblin. HEX triplet: 2C, 5B and 3B. RGB value is (44,91,59). Sum of RGB (Red+Green+Blue) = 44+91+59=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #2C5B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5B3B is #D3A4C4. Grayscale: #494949. Windows color (decimal): -13870277 or 3889964. OLE color: 3889964.
HSL color Cylindrical-coordinate representation of color #2C5B3B: hue angle of 139.15º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C5B3B is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 91 | 59 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.64 |
| HSL | 139.15º | 0.35% | 0.26% | - |
| HSV(B) | 139.15º | 0.52% | 0.36% | - |
| XYZ | 5.57 | 8.33 | 5.45 | - |
| YUV | 73.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 91 | 59 | 0.52 | 0 | 0.35 | 0.64 | 139.15 | 0.35 | 0.26 |
| Hex | 2C | 5B | 3B | 34 | 0 | 23 | 40 | 8B | 23 | 1A |
| Octal | 54 | 133 | 73 | 64 | 0 | 43 | 100 | 213 | 43 | 32 |
| Binary | 101100 | 1011011 | 111011 | 110100 | 0 | 100011 | 1000000 | 10001011 | 100011 | 11010 |
Color Harmonies of #2C5B3B
Complementary color
Monochromatic Colors of #2C5B3B
Black with #2C5B3B
Text Example
Text Example
White with #2C5B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5B3B; }
p { color: rgb(44,91,59); }
H1.HeaderClassName
{
color: #2C5B3B;
}
.AnyTagClassName
{
color: #2C5B3B;
}
</style>
background-color css
<style>
a { background-color: #2C5B3B; }
a { background-color: rgb(44,91,59); }
div.DivClassName
{
background-color: #2C5B3B;
}
.BgClassName
{
background-color: #2C5B3B;
}
</style>
border-color css
<style>
span { border-color: #2C5B3B; }
span { border-color: rgb(44,91,59); }
td.TdClassName
{
border-color: #2C5B3B;
}
.TagClassName
{
border-color: #2C5B3B;
}
</style>