Shades of Goblin #2F603E
Tints of Goblin #2F603E
RGB
CMYK
RGB Variations
Color information
#2F603E (or 0x2F603E) is known color: Goblin. HEX triplet: 2F, 60 and 3E. RGB value is (47,96,62). Sum of RGB (Red+Green+Blue) = 47+96+62=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #2F603E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F603E is #D09FC1. Grayscale: #4D4D4D. Windows color (decimal): -13672386 or 4087855. OLE color: 4087855.
HSL color Cylindrical-coordinate representation of color #2F603E: hue angle of 138.37º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F603E is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 96 | 62 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.62 |
| HSL | 138.37º | 0.34% | 0.28% | - |
| HSV(B) | 138.37º | 0.51% | 0.38% | - |
| XYZ | 6.22 | 9.32 | 6.03 | - |
| YUV | 77.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 96 | 62 | 0.51 | 0 | 0.35 | 0.62 | 138.37 | 0.34 | 0.28 |
| Hex | 2F | 60 | 3E | 33 | 0 | 23 | 3E | 8A | 22 | 1C |
| Octal | 57 | 140 | 76 | 63 | 0 | 43 | 76 | 212 | 42 | 34 |
| Binary | 101111 | 1100000 | 111110 | 110011 | 0 | 100011 | 111110 | 10001010 | 100010 | 11100 |
Color Harmonies of #2F603E
Complementary color
Monochromatic Colors of #2F603E
Black with #2F603E
Text Example
Text Example
White with #2F603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F603E; }
p { color: rgb(47,96,62); }
H1.HeaderClassName
{
color: #2F603E;
}
.AnyTagClassName
{
color: #2F603E;
}
</style>
background-color css
<style>
a { background-color: #2F603E; }
a { background-color: rgb(47,96,62); }
div.DivClassName
{
background-color: #2F603E;
}
.BgClassName
{
background-color: #2F603E;
}
</style>
border-color css
<style>
span { border-color: #2F603E; }
span { border-color: rgb(47,96,62); }
td.TdClassName
{
border-color: #2F603E;
}
.TagClassName
{
border-color: #2F603E;
}
</style>