#305740

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

Shades of Goblin #305740

Tints of Goblin #305740

Color information

#305740 (or 0x305740) is unknown color: approx Goblin. HEX triplet: 30, 57 and 40. RGB value is (48,87,64). Sum of RGB (Red+Green+Blue) = 48+87+64=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 87 - color contains mainly: green. Hex color #305740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305740 is #CFA8BF. Grayscale: #484848. Windows color (decimal): -13609152 or 4216624. OLE color: 4216624.

HSL color Cylindrical-coordinate representation of color #305740: hue angle of 144.62º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #305740 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB488764-
CMYK0.4500.260.66
HSL144.62º28.89%26.47%-
HSV(B)144.62º44.83%34.12%-
XYZ5.557.816.07-
YUV72.72123.08110.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 87 (34.38% from 255) = 43.72%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=24.12%
G=43.72%
B=32.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887640.4500.260.66144.6228.8926.47
Hex3057402D01A42911d1a
Octal60127100550321022213532
Binary110000101011110000001011010110101000010100100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305740; }

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

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

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

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

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

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

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

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