#305C3D

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

Shades of Goblin #305C3D

Tints of Goblin #305C3D

Color information

#305C3D (or 0x305C3D) is unknown color: approx Goblin. HEX triplet: 30, 5C and 3D. RGB value is (48,92,61). Sum of RGB (Red+Green+Blue) = 48+92+61=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 92 - color contains mainly: green. Hex color #305C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C3D is #CFA3C2. Grayscale: #4B4B4B. Windows color (decimal): -13607875 or 4021296. OLE color: 4021296.

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

Color convert

RGB489261-
CMYK0.4800.340.64
HSL137.73º31.43%27.45%-
HSV(B)137.73º47.83%36.08%-
XYZ5.898.625.77-
YUV75.31119.92108.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 92 (36.33% from 255) = 45.77%
BLUE value IS 61 (24.22% from 255) = 30.35%
R=23.88%
G=45.77%
B=30.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4892610.4800.340.64137.7331.4327.45
Hex305C3D30022408a1f1b
Octal6013475600421002123733
Binary110000101110011110111000001000101000000100010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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