Shades of Goblin #305C3E
Tints of Goblin #305C3E
RGB
CMYK
RGB Variations
Color information
#305C3E (or 0x305C3E) is known color: Goblin. HEX triplet: 30, 5C and 3E. RGB value is (48,92,62). Sum of RGB (Red+Green+Blue) = 48+92+62=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #305C3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C3E is #CFA3C1. Grayscale: #4B4B4B. Windows color (decimal): -13607874 or 4086832. OLE color: 4086832.
HSL color Cylindrical-coordinate representation of color #305C3E: hue angle of 139.09º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305C3E is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 92 | 62 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.64 |
| HSL | 139.09º | 0.31% | 0.27% | - |
| HSV(B) | 139.09º | 0.48% | 0.36% | - |
| XYZ | 5.92 | 8.63 | 5.91 | - |
| YUV | 75.42 | 120.42 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 92 | 62 | 0.48 | 0 | 0.33 | 0.64 | 139.09 | 0.31 | 0.27 |
| Hex | 30 | 5C | 3E | 30 | 0 | 21 | 40 | 8B | 1F | 1B |
| Octal | 60 | 134 | 76 | 60 | 0 | 41 | 100 | 213 | 37 | 33 |
| Binary | 110000 | 1011100 | 111110 | 110000 | 0 | 100001 | 1000000 | 10001011 | 11111 | 11011 |
Color Harmonies of #305C3E
Complementary color
Monochromatic Colors of #305C3E
Black with #305C3E
Text Example
Text Example
White with #305C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305C3E; }
p { color: rgb(48,92,62); }
H1.HeaderClassName
{
color: #305C3E;
}
.AnyTagClassName
{
color: #305C3E;
}
</style>
background-color css
<style>
a { background-color: #305C3E; }
a { background-color: rgb(48,92,62); }
div.DivClassName
{
background-color: #305C3E;
}
.BgClassName
{
background-color: #305C3E;
}
</style>
border-color css
<style>
span { border-color: #305C3E; }
span { border-color: rgb(48,92,62); }
td.TdClassName
{
border-color: #305C3E;
}
.TagClassName
{
border-color: #305C3E;
}
</style>