Shades of Goblin #2F543C
Tints of Goblin #2F543C
RGB
CMYK
RGB Variations
Color information
#2F543C (or 0x2F543C) is known color: Goblin. HEX triplet: 2F, 54 and 3C. RGB value is (47,84,60). Sum of RGB (Red+Green+Blue) = 47+84+60=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #2F543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F543C is #D0ABC3. Grayscale: #464646. Windows color (decimal): -13675460 or 3953711. OLE color: 3953711.
HSL color Cylindrical-coordinate representation of color #2F543C: hue angle of 141.08º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F543C is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 84 | 60 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.67 |
| HSL | 141.08º | 0.28% | 0.26% | - |
| HSV(B) | 141.08º | 0.44% | 0.33% | - |
| XYZ | 5.16 | 7.27 | 5.41 | - |
| YUV | 70.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 84 | 60 | 0.44 | 0 | 0.29 | 0.67 | 141.08 | 0.28 | 0.26 |
| Hex | 2F | 54 | 3C | 2C | 0 | 1D | 43 | 8D | 1C | 1A |
| Octal | 57 | 124 | 74 | 54 | 0 | 35 | 103 | 215 | 34 | 32 |
| Binary | 101111 | 1010100 | 111100 | 101100 | 0 | 11101 | 1000011 | 10001101 | 11100 | 11010 |
Color Harmonies of #2F543C
Complementary color
Monochromatic Colors of #2F543C
Black with #2F543C
Text Example
Text Example
White with #2F543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F543C; }
p { color: rgb(47,84,60); }
H1.HeaderClassName
{
color: #2F543C;
}
.AnyTagClassName
{
color: #2F543C;
}
</style>
background-color css
<style>
a { background-color: #2F543C; }
a { background-color: rgb(47,84,60); }
div.DivClassName
{
background-color: #2F543C;
}
.BgClassName
{
background-color: #2F543C;
}
</style>
border-color css
<style>
span { border-color: #2F543C; }
span { border-color: rgb(47,84,60); }
td.TdClassName
{
border-color: #2F543C;
}
.TagClassName
{
border-color: #2F543C;
}
</style>