#30543C

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

Shades of Goblin #30543C

Tints of Goblin #30543C

Color information

#30543C (or 0x30543C) is unknown color: approx Goblin. HEX triplet: 30, 54 and 3C. RGB value is (48,84,60). Sum of RGB (Red+Green+Blue) = 48+84+60=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #30543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30543C is #CFABC3. Grayscale: #464646. Windows color (decimal): -13609924 or 3953712. OLE color: 3953712.

HSL color Cylindrical-coordinate representation of color #30543C: hue angle of 140º 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 #30543C is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB488460-
CMYK0.4300.290.67
HSL140º27.27%25.88%-
HSV(B)140º42.86%32.94%-
XYZ5.27.35.41-
YUV70.5122.07111.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 84 (33.20% from 255) = 43.75%
BLUE value IS 60 (23.83% from 255) = 31.25%
R=25%
G=43.75%
B=31.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884600.4300.290.6714027.2725.88
Hex30543C2B01D438c1b1a
Octal6012474530351032143332
Binary11000010101001111001010110111011000011100011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30543C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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