#306040

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

Shades of Goblin #306040

Tints of Goblin #306040

Color information

#306040 (or 0x306040) is unknown color: approx Goblin. HEX triplet: 30, 60 and 40. RGB value is (48,96,64). Sum of RGB (Red+Green+Blue) = 48+96+64=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #306040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306040 is #CF9FBF. Grayscale: #4E4E4E. Windows color (decimal): -13606848 or 4218928. OLE color: 4218928.

HSL color Cylindrical-coordinate representation of color #306040: hue angle of 140º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #306040 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB489664-
CMYK0.5000.330.62
HSL140º33.33%28.24%-
HSV(B)140º50%37.65%-
XYZ6.339.366.32-
YUV78120.1106.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 64 (25.39% from 255) = 30.77%
R=23.08%
G=46.15%
B=30.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896640.5000.330.6214033.3328.24
Hex306040320213E8c211c
Octal6014010062041762144134
Binary1100001100000100000011001001000011111101000110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306040; }

 p { color: rgb(48,96,64); }

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

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

 a { background-color: rgb(48,96,64); }

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

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

 span { border-color: rgb(48,96,64); }

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