#305240

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

Shades of Goblin #305240

Tints of Goblin #305240

Color information

#305240 (or 0x305240) is unknown color: approx Goblin. HEX triplet: 30, 52 and 40. RGB value is (48,82,64). Sum of RGB (Red+Green+Blue) = 48+82+64=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #305240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305240 is #CFADBF. Grayscale: #454545. Windows color (decimal): -13610432 or 4215344. OLE color: 4215344.

HSL color Cylindrical-coordinate representation of color #305240: hue angle of 148.24º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #305240 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB488264-
CMYK0.4100.220.68
HSL148.24º26.15%25.49%-
HSV(B)148.24º41.46%32.16%-
XYZ5.167.035.94-
YUV69.78124.74112.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 82 (32.42% from 255) = 42.27%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=24.74%
G=42.27%
B=32.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4882640.4100.220.68148.2426.1525.49
Hex3052402901644941a19
Octal60122100510261042243231
Binary110000101001010000001010010101101000100100101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305240; }

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

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

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

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

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

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

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

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