#304F37

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

Shades of Goblin #304F37

Tints of Goblin #304F37

Color information

#304F37 (or 0x304F37) is unknown color: approx Goblin. HEX triplet: 30, 4F and 37. RGB value is (48,79,55). Sum of RGB (Red+Green+Blue) = 48+79+55=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 79 - color contains mainly: green. Hex color #304F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F37 is #CFB0C8. Grayscale: #434343. Windows color (decimal): -13611209 or 3624752. OLE color: 3624752.

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

Color convert

RGB487955-
CMYK0.3900.300.69
HSL133.55º24.41%24.9%-
HSV(B)133.55º39.24%30.98%-
XYZ4.76.54.62-
YUV66.99121.23114.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 79 (31.25% from 255) = 43.41%
BLUE value IS 55 (21.88% from 255) = 30.22%
R=26.37%
G=43.41%
B=30.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4879550.3900.300.69133.5524.4124.9
Hex304F372701E45861819
Octal6011767470361052063031
Binary11000010011111101111001110111101000101100001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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