#304F39

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

Shades of Goblin #304F39

Tints of Goblin #304F39

Color information

#304F39 (or 0x304F39) is unknown color: approx Goblin. HEX triplet: 30, 4F and 39. RGB value is (48,79,57). Sum of RGB (Red+Green+Blue) = 48+79+57=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 79 - color contains mainly: green. Hex color #304F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F39 is #CFB0C6. Grayscale: #434343. Windows color (decimal): -13611207 or 3755824. OLE color: 3755824.

HSL color Cylindrical-coordinate representation of color #304F39: hue angle of 137.42º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #304F39 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB487957-
CMYK0.3900.280.69
HSL137.42º24.41%24.9%-
HSV(B)137.42º39.24%30.98%-
XYZ4.756.524.88-
YUV67.22122.23114.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 79 (31.25% from 255) = 42.93%
BLUE value IS 57 (22.66% from 255) = 30.98%
R=26.09%
G=42.93%
B=30.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4879570.3900.280.69137.4224.4124.9
Hex304F392701C45891819
Octal6011771470341052113031
Binary11000010011111110011001110111001000101100010011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,79,57); }

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

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

 a { background-color: rgb(48,79,57); }

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

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

 span { border-color: rgb(48,79,57); }

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