Shades of Goblin #305B3C
Tints of Goblin #305B3C
RGB
CMYK
RGB Variations
Color information
#305B3C (or 0x305B3C) is known color: Goblin. HEX triplet: 30, 5B and 3C. RGB value is (48,91,60). Sum of RGB (Red+Green+Blue) = 48+91+60=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 91 - color contains mainly: green. Hex color #305B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305B3C is #CFA4C3. Grayscale: #4A4A4A. Windows color (decimal): -13608132 or 3955504. OLE color: 3955504.
HSL color Cylindrical-coordinate representation of color #305B3C: hue angle of 136.74º 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 #305B3C is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 91 | 60 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.64 |
| HSL | 136.74º | 0.31% | 0.27% | - |
| HSV(B) | 136.74º | 0.47% | 0.36% | - |
| XYZ | 5.78 | 8.44 | 5.6 | - |
| YUV | 74.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 60 | 0.47 | 0 | 0.34 | 0.64 | 136.74 | 0.31 | 0.27 |
| Hex | 30 | 5B | 3C | 2F | 0 | 22 | 40 | 89 | 1F | 1B |
| Octal | 60 | 133 | 74 | 57 | 0 | 42 | 100 | 211 | 37 | 33 |
| Binary | 110000 | 1011011 | 111100 | 101111 | 0 | 100010 | 1000000 | 10001001 | 11111 | 11011 |
Color Harmonies of #305B3C
Complementary color
Monochromatic Colors of #305B3C
Black with #305B3C
Text Example
Text Example
White with #305B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305B3C; }
p { color: rgb(48,91,60); }
H1.HeaderClassName
{
color: #305B3C;
}
.AnyTagClassName
{
color: #305B3C;
}
</style>
background-color css
<style>
a { background-color: #305B3C; }
a { background-color: rgb(48,91,60); }
div.DivClassName
{
background-color: #305B3C;
}
.BgClassName
{
background-color: #305B3C;
}
</style>
border-color css
<style>
span { border-color: #305B3C; }
span { border-color: rgb(48,91,60); }
td.TdClassName
{
border-color: #305B3C;
}
.TagClassName
{
border-color: #305B3C;
}
</style>