Shades of Goblin #2F4E3C
Tints of Goblin #2F4E3C
RGB
CMYK
RGB Variations
Color information
#2F4E3C (or 0x2F4E3C) is known color: Goblin. HEX triplet: 2F, 4E and 3C. RGB value is (47,78,60). Sum of RGB (Red+Green+Blue) = 47+78+60=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4E3C is #D0B1C3. Grayscale: #424242. Windows color (decimal): -13676996 or 3952175. OLE color: 3952175.
HSL color Cylindrical-coordinate representation of color #2F4E3C: hue angle of 145.16º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F4E3C is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 78 | 60 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.69 |
| HSL | 145.16º | 0.25% | 0.25% | - |
| HSV(B) | 145.16º | 0.4% | 0.31% | - |
| XYZ | 4.71 | 6.38 | 5.26 | - |
| YUV | 66.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 78 | 60 | 0.40 | 0 | 0.23 | 0.69 | 145.16 | 0.25 | 0.25 |
| Hex | 2F | 4E | 3C | 28 | 0 | 17 | 45 | 91 | 19 | 19 |
| Octal | 57 | 116 | 74 | 50 | 0 | 27 | 105 | 221 | 31 | 31 |
| Binary | 101111 | 1001110 | 111100 | 101000 | 0 | 10111 | 1000101 | 10010001 | 11001 | 11001 |
Color Harmonies of #2F4E3C
Complementary color
Monochromatic Colors of #2F4E3C
Black with #2F4E3C
Text Example
Text Example
White with #2F4E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4E3C; }
p { color: rgb(47,78,60); }
H1.HeaderClassName
{
color: #2F4E3C;
}
.AnyTagClassName
{
color: #2F4E3C;
}
</style>
background-color css
<style>
a { background-color: #2F4E3C; }
a { background-color: rgb(47,78,60); }
div.DivClassName
{
background-color: #2F4E3C;
}
.BgClassName
{
background-color: #2F4E3C;
}
</style>
border-color css
<style>
span { border-color: #2F4E3C; }
span { border-color: rgb(47,78,60); }
td.TdClassName
{
border-color: #2F4E3C;
}
.TagClassName
{
border-color: #2F4E3C;
}
</style>