Shades of Goblin #2F583D
Tints of Goblin #2F583D
RGB
CMYK
RGB Variations
Color information
#2F583D (or 0x2F583D) is known color: Goblin. HEX triplet: 2F, 58 and 3D. RGB value is (47,88,61). Sum of RGB (Red+Green+Blue) = 47+88+61=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 88 - color contains mainly: green. Hex color #2F583D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F583D is #D0A7C2. Grayscale: #484848. Windows color (decimal): -13674435 or 4020271. OLE color: 4020271.
HSL color Cylindrical-coordinate representation of color #2F583D: hue angle of 140.49º 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 #2F583D is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 88 | 61 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.65 |
| HSL | 140.49º | 0.3% | 0.26% | - |
| HSV(B) | 140.49º | 0.47% | 0.35% | - |
| XYZ | 5.5 | 7.92 | 5.65 | - |
| YUV | 72.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 88 | 61 | 0.47 | 0 | 0.31 | 0.65 | 140.49 | 0.3 | 0.26 |
| Hex | 2F | 58 | 3D | 2F | 0 | 1F | 41 | 8C | 1E | 1A |
| Octal | 57 | 130 | 75 | 57 | 0 | 37 | 101 | 214 | 36 | 32 |
| Binary | 101111 | 1011000 | 111101 | 101111 | 0 | 11111 | 1000001 | 10001100 | 11110 | 11010 |
Color Harmonies of #2F583D
Complementary color
Monochromatic Colors of #2F583D
Black with #2F583D
Text Example
Text Example
White with #2F583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F583D; }
p { color: rgb(47,88,61); }
H1.HeaderClassName
{
color: #2F583D;
}
.AnyTagClassName
{
color: #2F583D;
}
</style>
background-color css
<style>
a { background-color: #2F583D; }
a { background-color: rgb(47,88,61); }
div.DivClassName
{
background-color: #2F583D;
}
.BgClassName
{
background-color: #2F583D;
}
</style>
border-color css
<style>
span { border-color: #2F583D; }
span { border-color: rgb(47,88,61); }
td.TdClassName
{
border-color: #2F583D;
}
.TagClassName
{
border-color: #2F583D;
}
</style>