#304C3A

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

Shades of Goblin #304C3A

Tints of Goblin #304C3A

Color information

#304C3A (or 0x304C3A) is unknown color: approx Goblin. HEX triplet: 30, 4C and 3A. RGB value is (48,76,58). Sum of RGB (Red+Green+Blue) = 48+76+58=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 76 - color contains mainly: green. Hex color #304C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C3A is #CFB3C5. Grayscale: #414141. Windows color (decimal): -13611974 or 3820592. OLE color: 3820592.

HSL color Cylindrical-coordinate representation of color #304C3A: hue angle of 141.43º 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 #304C3A is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB487658-
CMYK0.3700.240.70
HSL141.43º22.58%24.31%-
HSV(B)141.43º36.84%29.8%-
XYZ4.576.14.94-
YUV65.58123.72115.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 76 (30.08% from 255) = 41.76%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=26.37%
G=41.76%
B=31.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876580.3700.240.70141.4322.5824.31
Hex304C3A25018468d1718
Octal6011472450301062152730
Binary11000010011001110101001010110001000110100011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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