Shades of Goblin #2F583C
Tints of Goblin #2F583C
RGB
CMYK
RGB Variations
Color information
#2F583C (or 0x2F583C) is known color: Goblin. HEX triplet: 2F, 58 and 3C. RGB value is (47,88,60). Sum of RGB (Red+Green+Blue) = 47+88+60=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #2F583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F583C is #D0A7C3. Grayscale: #484848. Windows color (decimal): -13674436 or 3954735. OLE color: 3954735.
HSL color Cylindrical-coordinate representation of color #2F583C: hue angle of 139.02º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F583C is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 88 | 60 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.65 |
| HSL | 139.02º | 0.3% | 0.26% | - |
| HSV(B) | 139.02º | 0.47% | 0.35% | - |
| XYZ | 5.48 | 7.91 | 5.51 | - |
| YUV | 72.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 88 | 60 | 0.47 | 0 | 0.32 | 0.65 | 139.02 | 0.3 | 0.26 |
| Hex | 2F | 58 | 3C | 2F | 0 | 20 | 41 | 8B | 1E | 1A |
| Octal | 57 | 130 | 74 | 57 | 0 | 40 | 101 | 213 | 36 | 32 |
| Binary | 101111 | 1011000 | 111100 | 101111 | 0 | 100000 | 1000001 | 10001011 | 11110 | 11010 |
Color Harmonies of #2F583C
Complementary color
Monochromatic Colors of #2F583C
Black with #2F583C
Text Example
Text Example
White with #2F583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F583C; }
p { color: rgb(47,88,60); }
H1.HeaderClassName
{
color: #2F583C;
}
.AnyTagClassName
{
color: #2F583C;
}
</style>
background-color css
<style>
a { background-color: #2F583C; }
a { background-color: rgb(47,88,60); }
div.DivClassName
{
background-color: #2F583C;
}
.BgClassName
{
background-color: #2F583C;
}
</style>
border-color css
<style>
span { border-color: #2F583C; }
span { border-color: rgb(47,88,60); }
td.TdClassName
{
border-color: #2F583C;
}
.TagClassName
{
border-color: #2F583C;
}
</style>