#305C41

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

Shades of Goblin #305C41

Tints of Goblin #305C41

Color information

#305C41 (or 0x305C41) is unknown color: approx Goblin. HEX triplet: 30, 5C and 41. RGB value is (48,92,65). Sum of RGB (Red+Green+Blue) = 48+92+65=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #305C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C41 is #CFA3BE. Grayscale: #4B4B4B. Windows color (decimal): -13607871 or 4283440. OLE color: 4283440.

HSL color Cylindrical-coordinate representation of color #305C41: hue angle of 143.18º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305C41 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB489265-
CMYK0.4800.290.64
HSL143.18º31.43%27.45%-
HSV(B)143.18º47.83%36.08%-
XYZ68.666.36-
YUV75.77121.92108.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 92 (36.33% from 255) = 44.88%
BLUE value IS 65 (25.78% from 255) = 31.71%
R=23.41%
G=44.88%
B=31.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4892650.4800.290.64143.1831.4327.45
Hex305C413001D408f1f1b
Octal60134101600351002173733
Binary110000101110010000011100000111011000000100011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305C41; }

 p { color: rgb(48,92,65); }

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

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

 a { background-color: rgb(48,92,65); }

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

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

 span { border-color: rgb(48,92,65); }

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