#304C3C

Color #304C3C Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #304C3C

Tints of Goblin #304C3C

Color information

#304C3C (or 0x304C3C) is unknown color: approx Goblin. HEX triplet: 30, 4C and 3C. RGB value is (48,76,60). Sum of RGB (Red+Green+Blue) = 48+76+60=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 76 - color contains mainly: green. Hex color #304C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C3C is #CFB3C3. Grayscale: #414141. Windows color (decimal): -13611972 or 3951664. OLE color: 3951664.

HSL color Cylindrical-coordinate representation of color #304C3C: hue angle of 145.71º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #304C3C is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB487660-
CMYK0.3700.210.70
HSL145.71º22.58%24.31%-
HSV(B)145.71º36.84%29.8%-
XYZ4.626.125.21-
YUV65.8124.72115.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 76 (30.08% from 255) = 41.30%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=26.09%
G=41.30%
B=32.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876600.3700.210.70145.7122.5824.31
Hex304C3C2501546921718
Octal6011474450251062222730
Binary11000010011001111001001010101011000110100100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304C3C; }

 p { color: rgb(48,76,60); }

 H1.HeaderClassName
 {
   color: #304C3C;
 }
 .AnyTagClassName
 {
   color: #304C3C;
 }
</style>
background-color css

<style>
 a { background-color: #304C3C; }

 a { background-color: rgb(48,76,60); }

 div.DivClassName
 {
   background-color: #304C3C;
 }
 .BgClassName
 {
   background-color: #304C3C;
 }
</style>
border-color css

<style>
 span { border-color: #304C3C; }

 span { border-color: rgb(48,76,60); }

 td.TdClassName
 {
   border-color: #304C3C;
 }
 .TagClassName
 {
   border-color: #304C3C;
 }
</style>