Shades of Goblin #305B3B
Tints of Goblin #305B3B
RGB
CMYK
RGB Variations
Color information
#305B3B (or 0x305B3B) is known color: Goblin. HEX triplet: 30, 5B and 3B. RGB value is (48,91,59). Sum of RGB (Red+Green+Blue) = 48+91+59=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 91 - color contains mainly: green. Hex color #305B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305B3B is #CFA4C4. Grayscale: #4A4A4A. Windows color (decimal): -13608133 or 3889968. OLE color: 3889968.
HSL color Cylindrical-coordinate representation of color #305B3B: hue angle of 135.35º 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 #305B3B is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 91 | 59 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.64 |
| HSL | 135.35º | 0.31% | 0.27% | - |
| HSV(B) | 135.35º | 0.47% | 0.36% | - |
| XYZ | 5.75 | 8.43 | 5.46 | - |
| YUV | 74.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 59 | 0.47 | 0 | 0.35 | 0.64 | 135.35 | 0.31 | 0.27 |
| Hex | 30 | 5B | 3B | 2F | 0 | 23 | 40 | 87 | 1F | 1B |
| Octal | 60 | 133 | 73 | 57 | 0 | 43 | 100 | 207 | 37 | 33 |
| Binary | 110000 | 1011011 | 111011 | 101111 | 0 | 100011 | 1000000 | 10000111 | 11111 | 11011 |
Color Harmonies of #305B3B
Complementary color
Monochromatic Colors of #305B3B
Black with #305B3B
Text Example
Text Example
White with #305B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305B3B; }
p { color: rgb(48,91,59); }
H1.HeaderClassName
{
color: #305B3B;
}
.AnyTagClassName
{
color: #305B3B;
}
</style>
background-color css
<style>
a { background-color: #305B3B; }
a { background-color: rgb(48,91,59); }
div.DivClassName
{
background-color: #305B3B;
}
.BgClassName
{
background-color: #305B3B;
}
</style>
border-color css
<style>
span { border-color: #305B3B; }
span { border-color: rgb(48,91,59); }
td.TdClassName
{
border-color: #305B3B;
}
.TagClassName
{
border-color: #305B3B;
}
</style>