#304F3E

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

Shades of Goblin #304F3E

Tints of Goblin #304F3E

Color information

#304F3E (or 0x304F3E) is unknown color: approx Goblin. HEX triplet: 30, 4F and 3E. RGB value is (48,79,62). Sum of RGB (Red+Green+Blue) = 48+79+62=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 79 - color contains mainly: green. Hex color #304F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F3E is #CFB0C1. Grayscale: #434343. Windows color (decimal): -13611202 or 4083504. OLE color: 4083504.

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

Color convert

RGB487962-
CMYK0.3900.220.69
HSL147.1º24.41%24.9%-
HSV(B)147.1º39.24%30.98%-
XYZ4.886.575.57-
YUV67.79124.73113.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 79 (31.25% from 255) = 41.80%
BLUE value IS 62 (24.61% from 255) = 32.80%
R=25.40%
G=41.80%
B=32.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4879620.3900.220.69147.124.4124.9
Hex304F3E2701645931819
Octal6011776470261052233031
Binary11000010011111111101001110101101000101100100111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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