Shades of Goblin #2F533E
Tints of Goblin #2F533E
RGB
CMYK
RGB Variations
Color information
#2F533E (or 0x2F533E) is known color: Goblin. HEX triplet: 2F, 53 and 3E. RGB value is (47,83,62). Sum of RGB (Red+Green+Blue) = 47+83+62=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #2F533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F533E is #D0ACC1. Grayscale: #454545. Windows color (decimal): -13675714 or 4084527. OLE color: 4084527.
HSL color Cylindrical-coordinate representation of color #2F533E: hue angle of 145º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F533E is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 83 | 62 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.67 |
| HSL | 145º | 0.28% | 0.25% | - |
| HSV(B) | 145º | 0.43% | 0.33% | - |
| XYZ | 5.14 | 7.14 | 5.66 | - |
| YUV | 69.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 83 | 62 | 0.43 | 0 | 0.25 | 0.67 | 145 | 0.28 | 0.25 |
| Hex | 2F | 53 | 3E | 2B | 0 | 19 | 43 | 91 | 1C | 19 |
| Octal | 57 | 123 | 76 | 53 | 0 | 31 | 103 | 221 | 34 | 31 |
| Binary | 101111 | 1010011 | 111110 | 101011 | 0 | 11001 | 1000011 | 10010001 | 11100 | 11001 |
Color Harmonies of #2F533E
Complementary color
Monochromatic Colors of #2F533E
Black with #2F533E
Text Example
Text Example
White with #2F533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F533E; }
p { color: rgb(47,83,62); }
H1.HeaderClassName
{
color: #2F533E;
}
.AnyTagClassName
{
color: #2F533E;
}
</style>
background-color css
<style>
a { background-color: #2F533E; }
a { background-color: rgb(47,83,62); }
div.DivClassName
{
background-color: #2F533E;
}
.BgClassName
{
background-color: #2F533E;
}
</style>
border-color css
<style>
span { border-color: #2F533E; }
span { border-color: rgb(47,83,62); }
td.TdClassName
{
border-color: #2F533E;
}
.TagClassName
{
border-color: #2F533E;
}
</style>