#305C3F

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

Shades of Goblin #305C3F

Tints of Goblin #305C3F

Color information

#305C3F (or 0x305C3F) is unknown color: approx Goblin. HEX triplet: 30, 5C and 3F. RGB value is (48,92,63). Sum of RGB (Red+Green+Blue) = 48+92+63=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 92 - color contains mainly: green. Hex color #305C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C3F is #CFA3C0. Grayscale: #4B4B4B. Windows color (decimal): -13607873 or 4152368. OLE color: 4152368.

HSL color Cylindrical-coordinate representation of color #305C3F: hue angle of 140.45º 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 #305C3F is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB489263-
CMYK0.4800.320.64
HSL140.45º31.43%27.45%-
HSV(B)140.45º47.83%36.08%-
XYZ5.948.646.06-
YUV75.54120.92108.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 92 (36.33% from 255) = 45.32%
BLUE value IS 63 (25% from 255) = 31.03%
R=23.65%
G=45.32%
B=31.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4892630.4800.320.64140.4531.4327.45
Hex305C3F30020408c1f1b
Octal6013477600401002143733
Binary110000101110011111111000001000001000000100011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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