Shades of Goblin #2F593F
Tints of Goblin #2F593F
RGB
CMYK
RGB Variations
Color information
#2F593F (or 0x2F593F) is known color: Goblin. HEX triplet: 2F, 59 and 3F. RGB value is (47,89,63). Sum of RGB (Red+Green+Blue) = 47+89+63=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #2F593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F593F is #D0A6C0. Grayscale: #494949. Windows color (decimal): -13674177 or 4151599. OLE color: 4151599.
HSL color Cylindrical-coordinate representation of color #2F593F: hue angle of 142.86º 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 #2F593F is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 89 | 63 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.65 |
| HSL | 142.86º | 0.31% | 0.27% | - |
| HSV(B) | 142.86º | 0.47% | 0.35% | - |
| XYZ | 5.64 | 8.11 | 5.97 | - |
| YUV | 73.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 63 | 0.47 | 0 | 0.29 | 0.65 | 142.86 | 0.31 | 0.27 |
| Hex | 2F | 59 | 3F | 2F | 0 | 1D | 41 | 8F | 1F | 1B |
| Octal | 57 | 131 | 77 | 57 | 0 | 35 | 101 | 217 | 37 | 33 |
| Binary | 101111 | 1011001 | 111111 | 101111 | 0 | 11101 | 1000001 | 10001111 | 11111 | 11011 |
Color Harmonies of #2F593F
Complementary color
Monochromatic Colors of #2F593F
Black with #2F593F
Text Example
Text Example
White with #2F593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F593F; }
p { color: rgb(47,89,63); }
H1.HeaderClassName
{
color: #2F593F;
}
.AnyTagClassName
{
color: #2F593F;
}
</style>
background-color css
<style>
a { background-color: #2F593F; }
a { background-color: rgb(47,89,63); }
div.DivClassName
{
background-color: #2F593F;
}
.BgClassName
{
background-color: #2F593F;
}
</style>
border-color css
<style>
span { border-color: #2F593F; }
span { border-color: rgb(47,89,63); }
td.TdClassName
{
border-color: #2F593F;
}
.TagClassName
{
border-color: #2F593F;
}
</style>