Shades of Goblin #305B3D
Tints of Goblin #305B3D
RGB
CMYK
RGB Variations
Color information
#305B3D (or 0x305B3D) is known color: Goblin. HEX triplet: 30, 5B and 3D. RGB value is (48,91,61). Sum of RGB (Red+Green+Blue) = 48+91+61=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 91 - color contains mainly: green. Hex color #305B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305B3D is #CFA4C2. Grayscale: #4A4A4A. Windows color (decimal): -13608131 or 4021040. OLE color: 4021040.
HSL color Cylindrical-coordinate representation of color #305B3D: hue angle of 138.14º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305B3D is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 91 | 61 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.64 |
| HSL | 138.14º | 0.31% | 0.27% | - |
| HSV(B) | 138.14º | 0.47% | 0.36% | - |
| XYZ | 5.8 | 8.45 | 5.74 | - |
| YUV | 74.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 61 | 0.47 | 0 | 0.33 | 0.64 | 138.14 | 0.31 | 0.27 |
| Hex | 30 | 5B | 3D | 2F | 0 | 21 | 40 | 8A | 1F | 1B |
| Octal | 60 | 133 | 75 | 57 | 0 | 41 | 100 | 212 | 37 | 33 |
| Binary | 110000 | 1011011 | 111101 | 101111 | 0 | 100001 | 1000000 | 10001010 | 11111 | 11011 |
Color Harmonies of #305B3D
Complementary color
Monochromatic Colors of #305B3D
Black with #305B3D
Text Example
Text Example
White with #305B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305B3D; }
p { color: rgb(48,91,61); }
H1.HeaderClassName
{
color: #305B3D;
}
.AnyTagClassName
{
color: #305B3D;
}
</style>
background-color css
<style>
a { background-color: #305B3D; }
a { background-color: rgb(48,91,61); }
div.DivClassName
{
background-color: #305B3D;
}
.BgClassName
{
background-color: #305B3D;
}
</style>
border-color css
<style>
span { border-color: #305B3D; }
span { border-color: rgb(48,91,61); }
td.TdClassName
{
border-color: #305B3D;
}
.TagClassName
{
border-color: #305B3D;
}
</style>