#305B3D

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

Shades of Goblin #305B3D

Tints of Goblin #305B3D

Color information

#305B3D (or 0x305B3D) is unknown color: approx Goblin. HEX triplet: 30, 5B and 3D. RGB value is (48,91,61). Sum of RGB (Red+Green+Blue) = 48+91+61=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 91 - color contains mainly: green. Hex color #305B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305B3D is #CFA4C2. Grayscale: #4A4A4A. Windows color (decimal): -13608131 or 4021040. OLE color: 4021040.

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

Color convert

RGB489161-
CMYK0.4700.330.64
HSL138.14º30.94%27.25%-
HSV(B)138.14º47.25%35.69%-
XYZ5.88.455.74-
YUV74.72120.25108.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 91 (35.94% from 255) = 45.5%
BLUE value IS 61 (24.22% from 255) = 30.5%
R=24%
G=45.5%
B=30.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4891610.4700.330.64138.1430.9427.25
Hex305B3D2F021408a1f1b
Octal6013375570411002123733
Binary110000101101111110110111101000011000000100010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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