Shades of Goblin #304F38
Tints of Goblin #304F38
RGB
CMYK
RGB Variations
Color information
#304F38 (or 0x304F38) is known color: Goblin. HEX triplet: 30, 4F and 38. RGB value is (48,79,56). Sum of RGB (Red+Green+Blue) = 48+79+56=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 79 - color contains mainly: green. Hex color #304F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F38 is #CFB0C7. Grayscale: #434343. Windows color (decimal): -13611208 or 3690288. OLE color: 3690288.
HSL color Cylindrical-coordinate representation of color #304F38: hue angle of 135.48º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #304F38 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 79 | 56 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.69 |
| HSL | 135.48º | 0.24% | 0.25% | - |
| HSV(B) | 135.48º | 0.39% | 0.31% | - |
| XYZ | 4.73 | 6.51 | 4.75 | - |
| YUV | 67.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 56 | 0.39 | 0 | 0.29 | 0.69 | 135.48 | 0.24 | 0.25 |
| Hex | 30 | 4F | 38 | 27 | 0 | 1D | 45 | 87 | 18 | 19 |
| Octal | 60 | 117 | 70 | 47 | 0 | 35 | 105 | 207 | 30 | 31 |
| Binary | 110000 | 1001111 | 111000 | 100111 | 0 | 11101 | 1000101 | 10000111 | 11000 | 11001 |
Color Harmonies of #304F38
Complementary color
Monochromatic Colors of #304F38
Black with #304F38
Text Example
Text Example
White with #304F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F38; }
p { color: rgb(48,79,56); }
H1.HeaderClassName
{
color: #304F38;
}
.AnyTagClassName
{
color: #304F38;
}
</style>
background-color css
<style>
a { background-color: #304F38; }
a { background-color: rgb(48,79,56); }
div.DivClassName
{
background-color: #304F38;
}
.BgClassName
{
background-color: #304F38;
}
</style>
border-color css
<style>
span { border-color: #304F38; }
span { border-color: rgb(48,79,56); }
td.TdClassName
{
border-color: #304F38;
}
.TagClassName
{
border-color: #304F38;
}
</style>