#305940

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

Shades of Goblin #305940

Tints of Goblin #305940

Color information

#305940 (or 0x305940) is unknown color: approx Goblin. HEX triplet: 30, 59 and 40. RGB value is (48,89,64). Sum of RGB (Red+Green+Blue) = 48+89+64=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #305940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305940 is #CFA6BF. Grayscale: #494949. Windows color (decimal): -13608640 or 4217136. OLE color: 4217136.

HSL color Cylindrical-coordinate representation of color #305940: hue angle of 143.41º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #305940 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB488964-
CMYK0.4600.280.65
HSL143.41º29.93%26.86%-
HSV(B)143.41º46.07%34.9%-
XYZ5.728.146.12-
YUV73.89122.42109.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 89 (35.16% from 255) = 44.28%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=23.88%
G=44.28%
B=31.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889640.4600.280.65143.4129.9326.86
Hex3059402E01C418f1e1b
Octal60131100560341012173633
Binary110000101100110000001011100111001000001100011111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305940; }

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

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

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

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

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

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

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

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