Shades of Goblin #2F593D
Tints of Goblin #2F593D
RGB
CMYK
RGB Variations
Color information
#2F593D (or 0x2F593D) is known color: Goblin. HEX triplet: 2F, 59 and 3D. RGB value is (47,89,61). Sum of RGB (Red+Green+Blue) = 47+89+61=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #2F593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F593D is #D0A6C2. Grayscale: #494949. Windows color (decimal): -13674179 or 4020527. OLE color: 4020527.
HSL color Cylindrical-coordinate representation of color #2F593D: hue angle of 140º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F593D is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 89 | 61 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.65 |
| HSL | 140º | 0.31% | 0.27% | - |
| HSV(B) | 140º | 0.47% | 0.35% | - |
| XYZ | 5.59 | 8.09 | 5.68 | - |
| YUV | 73.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 61 | 0.47 | 0 | 0.31 | 0.65 | 140 | 0.31 | 0.27 |
| Hex | 2F | 59 | 3D | 2F | 0 | 1F | 41 | 8C | 1F | 1B |
| Octal | 57 | 131 | 75 | 57 | 0 | 37 | 101 | 214 | 37 | 33 |
| Binary | 101111 | 1011001 | 111101 | 101111 | 0 | 11111 | 1000001 | 10001100 | 11111 | 11011 |
Color Harmonies of #2F593D
Complementary color
Monochromatic Colors of #2F593D
Black with #2F593D
Text Example
Text Example
White with #2F593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F593D; }
p { color: rgb(47,89,61); }
H1.HeaderClassName
{
color: #2F593D;
}
.AnyTagClassName
{
color: #2F593D;
}
</style>
background-color css
<style>
a { background-color: #2F593D; }
a { background-color: rgb(47,89,61); }
div.DivClassName
{
background-color: #2F593D;
}
.BgClassName
{
background-color: #2F593D;
}
</style>
border-color css
<style>
span { border-color: #2F593D; }
span { border-color: rgb(47,89,61); }
td.TdClassName
{
border-color: #2F593D;
}
.TagClassName
{
border-color: #2F593D;
}
</style>