Shades of Goblin #2F5D3D
Tints of Goblin #2F5D3D
RGB
CMYK
RGB Variations
Color information
#2F5D3D (or 0x2F5D3D) is known color: Goblin. HEX triplet: 2F, 5D and 3D. RGB value is (47,93,61). Sum of RGB (Red+Green+Blue) = 47+93+61=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 93 (36.72% from 255 or 46.27% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 93 - color contains mainly: green. Hex color #2F5D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5D3D is #D0A2C2. Grayscale: #4B4B4B. Windows color (decimal): -13673155 or 4021551. OLE color: 4021551.
HSL color Cylindrical-coordinate representation of color #2F5D3D: hue angle of 138.26º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F5D3D is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 93 | 61 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.64 |
| HSL | 138.26º | 0.33% | 0.27% | - |
| HSV(B) | 138.26º | 0.49% | 0.36% | - |
| XYZ | 5.93 | 8.77 | 5.8 | - |
| YUV | 75.6 | 119.76 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 61 | 0.49 | 0 | 0.34 | 0.64 | 138.26 | 0.33 | 0.27 |
| Hex | 2F | 5D | 3D | 31 | 0 | 22 | 40 | 8A | 21 | 1B |
| Octal | 57 | 135 | 75 | 61 | 0 | 42 | 100 | 212 | 41 | 33 |
| Binary | 101111 | 1011101 | 111101 | 110001 | 0 | 100010 | 1000000 | 10001010 | 100001 | 11011 |
Color Harmonies of #2F5D3D
Complementary color
Monochromatic Colors of #2F5D3D
Black with #2F5D3D
Text Example
Text Example
White with #2F5D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5D3D; }
p { color: rgb(47,93,61); }
H1.HeaderClassName
{
color: #2F5D3D;
}
.AnyTagClassName
{
color: #2F5D3D;
}
</style>
background-color css
<style>
a { background-color: #2F5D3D; }
a { background-color: rgb(47,93,61); }
div.DivClassName
{
background-color: #2F5D3D;
}
.BgClassName
{
background-color: #2F5D3D;
}
</style>
border-color css
<style>
span { border-color: #2F5D3D; }
span { border-color: rgb(47,93,61); }
td.TdClassName
{
border-color: #2F5D3D;
}
.TagClassName
{
border-color: #2F5D3D;
}
</style>