#305C3C

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

Shades of Goblin #305C3C

Tints of Goblin #305C3C

Color information

#305C3C (or 0x305C3C) is unknown color: approx Goblin. HEX triplet: 30, 5C and 3C. RGB value is (48,92,60). Sum of RGB (Red+Green+Blue) = 48+92+60=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 92 - color contains mainly: green. Hex color #305C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C3C is #CFA3C3. Grayscale: #4B4B4B. Windows color (decimal): -13607876 or 3955760. OLE color: 3955760.

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

Color convert

RGB489260-
CMYK0.4800.350.64
HSL136.36º31.43%27.45%-
HSV(B)136.36º47.83%36.08%-
XYZ5.868.615.63-
YUV75.2119.42108.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 92 (36.33% from 255) = 46%
BLUE value IS 60 (23.83% from 255) = 30%
R=24%
G=46%
B=30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4892600.4800.350.64136.3631.4327.45
Hex305C3C3002340881f1b
Octal6013474600431002103733
Binary110000101110011110011000001000111000000100010001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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