#304F36

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

Shades of Goblin #304F36

Tints of Goblin #304F36

Color information

#304F36 (or 0x304F36) is unknown color: approx Goblin. HEX triplet: 30, 4F and 36. RGB value is (48,79,54). Sum of RGB (Red+Green+Blue) = 48+79+54=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 54 (21.48% from 255 or 29.83% from 181); Max value from RGB is 79 - color contains mainly: green. Hex color #304F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F36 is #CFB0C9. Grayscale: #424242. Windows color (decimal): -13611210 or 3559216. OLE color: 3559216.

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

Color convert

RGB487954-
CMYK0.3900.320.69
HSL131.61º24.41%24.9%-
HSV(B)131.61º39.24%30.98%-
XYZ4.686.494.5-
YUV66.88120.73114.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 79 (31.25% from 255) = 43.65%
BLUE value IS 54 (21.48% from 255) = 29.83%
R=26.52%
G=43.65%
B=29.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4879540.3900.320.69131.6124.4124.9
Hex304F362702045841819
Octal6011766470401052043031
Binary110000100111111011010011101000001000101100001001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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