#304E39

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

Shades of Goblin #304E39

Tints of Goblin #304E39

Color information

#304E39 (or 0x304E39) is unknown color: approx Goblin. HEX triplet: 30, 4E and 39. RGB value is (48,78,57). Sum of RGB (Red+Green+Blue) = 48+78+57=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 57 (22.66% from 255 or 31.15% from 183); Max value from RGB is 78 - color contains mainly: green. Hex color #304E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E39 is #CFB1C6. Grayscale: #424242. Windows color (decimal): -13611463 or 3755568. OLE color: 3755568.

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

Color convert

RGB487857-
CMYK0.3800.270.69
HSL138º23.81%24.71%-
HSV(B)138º38.46%30.59%-
XYZ4.686.374.85-
YUV66.64122.56114.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 78 (30.86% from 255) = 42.62%
BLUE value IS 57 (22.66% from 255) = 31.15%
R=26.23%
G=42.62%
B=31.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4878570.3800.270.6913823.8124.71
Hex304E392601B458a1819
Octal6011671460331052123031
Binary11000010011101110011001100110111000101100010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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