#30543D

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

Shades of Goblin #30543D

Tints of Goblin #30543D

Color information

#30543D (or 0x30543D) is unknown color: approx Goblin. HEX triplet: 30, 54 and 3D. RGB value is (48,84,61). Sum of RGB (Red+Green+Blue) = 48+84+61=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #30543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30543D is #CFABC2. Grayscale: #464646. Windows color (decimal): -13609923 or 4019248. OLE color: 4019248.

HSL color Cylindrical-coordinate representation of color #30543D: hue angle of 141.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #30543D is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB488461-
CMYK0.4300.270.67
HSL141.67º27.27%25.88%-
HSV(B)141.67º42.86%32.94%-
XYZ5.237.315.55-
YUV70.61122.57111.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 84 (33.20% from 255) = 43.52%
BLUE value IS 61 (24.22% from 255) = 31.61%
R=24.87%
G=43.52%
B=31.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884610.4300.270.67141.6727.2725.88
Hex30543D2B01B438e1b1a
Octal6012475530331032163332
Binary11000010101001111011010110110111000011100011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30543D; }

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

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

<style>
 a { background-color: #30543D; }

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

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

<style>
 span { border-color: #30543D; }

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

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