#304F3C

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

Shades of Goblin #304F3C

Tints of Goblin #304F3C

Color information

#304F3C (or 0x304F3C) is unknown color: approx Goblin. HEX triplet: 30, 4F and 3C. RGB value is (48,79,60). Sum of RGB (Red+Green+Blue) = 48+79+60=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #304F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F3C is #CFB0C3. Grayscale: #434343. Windows color (decimal): -13611204 or 3952432. OLE color: 3952432.

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

Color convert

RGB487960-
CMYK0.3900.240.69
HSL143.23º24.41%24.9%-
HSV(B)143.23º39.24%30.98%-
XYZ4.836.555.28-
YUV67.56123.73114.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 79 (31.25% from 255) = 42.25%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=25.67%
G=42.25%
B=32.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4879600.3900.240.69143.2324.4124.9
Hex304F3C27018458f1819
Octal6011774470301052173031
Binary11000010011111111001001110110001000101100011111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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