#304E3A

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

Shades of Goblin #304E3A

Tints of Goblin #304E3A

Color information

#304E3A (or 0x304E3A) is unknown color: approx Goblin. HEX triplet: 30, 4E and 3A. RGB value is (48,78,58). Sum of RGB (Red+Green+Blue) = 48+78+58=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 78 - color contains mainly: green. Hex color #304E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E3A is #CFB1C5. Grayscale: #424242. Windows color (decimal): -13611462 or 3821104. OLE color: 3821104.

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

Color convert

RGB487858-
CMYK0.3800.260.69
HSL140º23.81%24.71%-
HSV(B)140º38.46%30.59%-
XYZ4.716.384.99-
YUV66.75123.06114.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 78 (30.86% from 255) = 42.39%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=26.09%
G=42.39%
B=31.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4878580.3800.260.6914023.8124.71
Hex304E3A2601A458c1819
Octal6011672460321052143031
Binary11000010011101110101001100110101000101100011001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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