Shades of Goblin #2F533B
Tints of Goblin #2F533B
RGB
CMYK
RGB Variations
Color information
#2F533B (or 0x2F533B) is known color: Goblin. HEX triplet: 2F, 53 and 3B. RGB value is (47,83,59). Sum of RGB (Red+Green+Blue) = 47+83+59=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #2F533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F533B is #D0ACC4. Grayscale: #454545. Windows color (decimal): -13675717 or 3887919. OLE color: 3887919.
HSL color Cylindrical-coordinate representation of color #2F533B: hue angle of 140º 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 #2F533B is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 83 | 59 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.67 |
| HSL | 140º | 0.28% | 0.25% | - |
| HSV(B) | 140º | 0.43% | 0.33% | - |
| XYZ | 5.05 | 7.11 | 5.24 | - |
| YUV | 69.5 | 122.07 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 83 | 59 | 0.43 | 0 | 0.29 | 0.67 | 140 | 0.28 | 0.25 |
| Hex | 2F | 53 | 3B | 2B | 0 | 1D | 43 | 8C | 1C | 19 |
| Octal | 57 | 123 | 73 | 53 | 0 | 35 | 103 | 214 | 34 | 31 |
| Binary | 101111 | 1010011 | 111011 | 101011 | 0 | 11101 | 1000011 | 10001100 | 11100 | 11001 |
Color Harmonies of #2F533B
Complementary color
Monochromatic Colors of #2F533B
Black with #2F533B
Text Example
Text Example
White with #2F533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F533B; }
p { color: rgb(47,83,59); }
H1.HeaderClassName
{
color: #2F533B;
}
.AnyTagClassName
{
color: #2F533B;
}
</style>
background-color css
<style>
a { background-color: #2F533B; }
a { background-color: rgb(47,83,59); }
div.DivClassName
{
background-color: #2F533B;
}
.BgClassName
{
background-color: #2F533B;
}
</style>
border-color css
<style>
span { border-color: #2F533B; }
span { border-color: rgb(47,83,59); }
td.TdClassName
{
border-color: #2F533B;
}
.TagClassName
{
border-color: #2F533B;
}
</style>