Shades of Goblin #2F4B38
Tints of Goblin #2F4B38
RGB
CMYK
RGB Variations
Color information
#2F4B38 (or 0x2F4B38) is known color: Goblin. HEX triplet: 2F, 4B and 38. RGB value is (47,75,56). Sum of RGB (Red+Green+Blue) = 47+75+56=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #2F4B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4B38 is #D0B4C7. Grayscale: #404040. Windows color (decimal): -13677768 or 3689263. OLE color: 3689263.
HSL color Cylindrical-coordinate representation of color #2F4B38: hue angle of 139.29º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F4B38 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 75 | 56 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.71 |
| HSL | 139.29º | 0.23% | 0.24% | - |
| HSV(B) | 139.29º | 0.37% | 0.29% | - |
| XYZ | 4.4 | 5.92 | 4.65 | - |
| YUV | 64.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 56 | 0.37 | 0 | 0.25 | 0.71 | 139.29 | 0.23 | 0.24 |
| Hex | 2F | 4B | 38 | 25 | 0 | 19 | 47 | 8B | 17 | 18 |
| Octal | 57 | 113 | 70 | 45 | 0 | 31 | 107 | 213 | 27 | 30 |
| Binary | 101111 | 1001011 | 111000 | 100101 | 0 | 11001 | 1000111 | 10001011 | 10111 | 11000 |
Color Harmonies of #2F4B38
Complementary color
Monochromatic Colors of #2F4B38
Black with #2F4B38
Text Example
Text Example
White with #2F4B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4B38; }
p { color: rgb(47,75,56); }
H1.HeaderClassName
{
color: #2F4B38;
}
.AnyTagClassName
{
color: #2F4B38;
}
</style>
background-color css
<style>
a { background-color: #2F4B38; }
a { background-color: rgb(47,75,56); }
div.DivClassName
{
background-color: #2F4B38;
}
.BgClassName
{
background-color: #2F4B38;
}
</style>
border-color css
<style>
span { border-color: #2F4B38; }
span { border-color: rgb(47,75,56); }
td.TdClassName
{
border-color: #2F4B38;
}
.TagClassName
{
border-color: #2F4B38;
}
</style>