#304F38

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

Shades of Goblin #304F38

Tints of Goblin #304F38

Color information

#304F38 (or 0x304F38) is unknown color: approx Goblin. HEX triplet: 30, 4F and 38. RGB value is (48,79,56). Sum of RGB (Red+Green+Blue) = 48+79+56=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 79 - color contains mainly: green. Hex color #304F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F38 is #CFB0C7. Grayscale: #434343. Windows color (decimal): -13611208 or 3690288. OLE color: 3690288.

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

Color convert

RGB487956-
CMYK0.3900.290.69
HSL135.48º24.41%24.9%-
HSV(B)135.48º39.24%30.98%-
XYZ4.736.514.75-
YUV67.11121.73114.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 79 (31.25% from 255) = 43.17%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=26.23%
G=43.17%
B=30.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4879560.3900.290.69135.4824.4124.9
Hex304F382701D45871819
Octal6011770470351052073031
Binary11000010011111110001001110111011000101100001111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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