Shades of Goblin #2F5A3A
Tints of Goblin #2F5A3A
RGB
CMYK
RGB Variations
Color information
#2F5A3A (or 0x2F5A3A) is known color: Goblin. HEX triplet: 2F, 5A and 3A. RGB value is (47,90,58). Sum of RGB (Red+Green+Blue) = 47+90+58=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5A3A is #D0A5C5. Grayscale: #494949. Windows color (decimal): -13673926 or 3824175. OLE color: 3824175.
HSL color Cylindrical-coordinate representation of color #2F5A3A: hue angle of 135.35º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F5A3A is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 90 | 58 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.65 |
| HSL | 135.35º | 0.31% | 0.27% | - |
| HSV(B) | 135.35º | 0.48% | 0.35% | - |
| XYZ | 5.59 | 8.22 | 5.3 | - |
| YUV | 73.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 58 | 0.48 | 0 | 0.36 | 0.65 | 135.35 | 0.31 | 0.27 |
| Hex | 2F | 5A | 3A | 30 | 0 | 24 | 41 | 87 | 1F | 1B |
| Octal | 57 | 132 | 72 | 60 | 0 | 44 | 101 | 207 | 37 | 33 |
| Binary | 101111 | 1011010 | 111010 | 110000 | 0 | 100100 | 1000001 | 10000111 | 11111 | 11011 |
Color Harmonies of #2F5A3A
Complementary color
Monochromatic Colors of #2F5A3A
Black with #2F5A3A
Text Example
Text Example
White with #2F5A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5A3A; }
p { color: rgb(47,90,58); }
H1.HeaderClassName
{
color: #2F5A3A;
}
.AnyTagClassName
{
color: #2F5A3A;
}
</style>
background-color css
<style>
a { background-color: #2F5A3A; }
a { background-color: rgb(47,90,58); }
div.DivClassName
{
background-color: #2F5A3A;
}
.BgClassName
{
background-color: #2F5A3A;
}
</style>
border-color css
<style>
span { border-color: #2F5A3A; }
span { border-color: rgb(47,90,58); }
td.TdClassName
{
border-color: #2F5A3A;
}
.TagClassName
{
border-color: #2F5A3A;
}
</style>