Shades of Goblin #2F623F
Tints of Goblin #2F623F
RGB
CMYK
RGB Variations
Color information
#2F623F (or 0x2F623F) is known color: Goblin. HEX triplet: 2F, 62 and 3F. RGB value is (47,98,63). Sum of RGB (Red+Green+Blue) = 47+98+63=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #2F623F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F623F is #D09DC0. Grayscale: #4E4E4E. Windows color (decimal): -13671873 or 4153903. OLE color: 4153903.
HSL color Cylindrical-coordinate representation of color #2F623F: hue angle of 138.82º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F623F is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 47 | 98 | 63 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.62 |
| HSL | 138.82º | 0.35% | 0.28% | - |
| HSV(B) | 138.82º | 0.52% | 0.38% | - |
| XYZ | 6.44 | 9.7 | 6.24 | - |
| YUV | 78.76 | 119.1 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 98 | 63 | 0.52 | 0 | 0.36 | 0.62 | 138.82 | 0.35 | 0.28 |
| Hex | 2F | 62 | 3F | 34 | 0 | 24 | 3E | 8B | 23 | 1C |
| Octal | 57 | 142 | 77 | 64 | 0 | 44 | 76 | 213 | 43 | 34 |
| Binary | 101111 | 1100010 | 111111 | 110100 | 0 | 100100 | 111110 | 10001011 | 100011 | 11100 |
Color Harmonies of #2F623F
Complementary color
Monochromatic Colors of #2F623F
Black with #2F623F
Text Example
Text Example
White with #2F623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F623F; }
p { color: rgb(47,98,63); }
H1.HeaderClassName
{
color: #2F623F;
}
.AnyTagClassName
{
color: #2F623F;
}
</style>
background-color css
<style>
a { background-color: #2F623F; }
a { background-color: rgb(47,98,63); }
div.DivClassName
{
background-color: #2F623F;
}
.BgClassName
{
background-color: #2F623F;
}
</style>
border-color css
<style>
span { border-color: #2F623F; }
span { border-color: rgb(47,98,63); }
td.TdClassName
{
border-color: #2F623F;
}
.TagClassName
{
border-color: #2F623F;
}
</style>