Shades of Goblin #2F4C3B
Tints of Goblin #2F4C3B
RGB
CMYK
RGB Variations
Color information
#2F4C3B (or 0x2F4C3B) is known color: Goblin. HEX triplet: 2F, 4C and 3B. RGB value is (47,76,59). Sum of RGB (Red+Green+Blue) = 47+76+59=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #2F4C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4C3B is #D0B3C4. Grayscale: #414141. Windows color (decimal): -13677509 or 3886127. OLE color: 3886127.
HSL color Cylindrical-coordinate representation of color #2F4C3B: hue angle of 144.83º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2F4C3B is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 76 | 59 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.70 |
| HSL | 144.83º | 0.24% | 0.24% | - |
| HSV(B) | 144.83º | 0.38% | 0.3% | - |
| XYZ | 4.55 | 6.09 | 5.07 | - |
| YUV | 65.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 76 | 59 | 0.38 | 0 | 0.22 | 0.70 | 144.83 | 0.24 | 0.24 |
| Hex | 2F | 4C | 3B | 26 | 0 | 16 | 46 | 91 | 18 | 18 |
| Octal | 57 | 114 | 73 | 46 | 0 | 26 | 106 | 221 | 30 | 30 |
| Binary | 101111 | 1001100 | 111011 | 100110 | 0 | 10110 | 1000110 | 10010001 | 11000 | 11000 |
Color Harmonies of #2F4C3B
Complementary color
Monochromatic Colors of #2F4C3B
Black with #2F4C3B
Text Example
Text Example
White with #2F4C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4C3B; }
p { color: rgb(47,76,59); }
H1.HeaderClassName
{
color: #2F4C3B;
}
.AnyTagClassName
{
color: #2F4C3B;
}
</style>
background-color css
<style>
a { background-color: #2F4C3B; }
a { background-color: rgb(47,76,59); }
div.DivClassName
{
background-color: #2F4C3B;
}
.BgClassName
{
background-color: #2F4C3B;
}
</style>
border-color css
<style>
span { border-color: #2F4C3B; }
span { border-color: rgb(47,76,59); }
td.TdClassName
{
border-color: #2F4C3B;
}
.TagClassName
{
border-color: #2F4C3B;
}
</style>