#305B3C

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

Shades of Goblin #305B3C

Tints of Goblin #305B3C

Color information

#305B3C (or 0x305B3C) is unknown color: approx Goblin. HEX triplet: 30, 5B and 3C. RGB value is (48,91,60). Sum of RGB (Red+Green+Blue) = 48+91+60=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 91 - color contains mainly: green. Hex color #305B3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305B3C is #CFA4C3. Grayscale: #4A4A4A. Windows color (decimal): -13608132 or 3955504. OLE color: 3955504.

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

Color convert

RGB489160-
CMYK0.4700.340.64
HSL136.74º30.94%27.25%-
HSV(B)136.74º47.25%35.69%-
XYZ5.788.445.6-
YUV74.61119.75109.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 91 (35.94% from 255) = 45.73%
BLUE value IS 60 (23.83% from 255) = 30.15%
R=24.12%
G=45.73%
B=30.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4891600.4700.340.64136.7430.9427.25
Hex305B3C2F02240891f1b
Octal6013374570421002113733
Binary110000101101111110010111101000101000000100010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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