#30543E

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

Shades of Goblin #30543E

Tints of Goblin #30543E

Color information

#30543E (or 0x30543E) is unknown color: approx Goblin. HEX triplet: 30, 54 and 3E. RGB value is (48,84,62). Sum of RGB (Red+Green+Blue) = 48+84+62=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 84 - color contains mainly: green. Hex color #30543E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30543E is #CFABC1. Grayscale: #464646. Windows color (decimal): -13609922 or 4084784. OLE color: 4084784.

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

Color convert

RGB488462-
CMYK0.4300.260.67
HSL143.33º27.27%25.88%-
HSV(B)143.33º42.86%32.94%-
XYZ5.267.325.69-
YUV70.73123.07111.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=24.74%
G=43.30%
B=31.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884620.4300.260.67143.3327.2725.88
Hex30543E2B01A438f1b1a
Octal6012476530321032173332
Binary11000010101001111101010110110101000011100011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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