#30543A

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

Shades of Goblin #30543A

Tints of Goblin #30543A

Color information

#30543A (or 0x30543A) is unknown color: approx Goblin. HEX triplet: 30, 54 and 3A. RGB value is (48,84,58). Sum of RGB (Red+Green+Blue) = 48+84+58=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #30543A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30543A is #CFABC5. Grayscale: #464646. Windows color (decimal): -13609926 or 3822640. OLE color: 3822640.

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

Color convert

RGB488458-
CMYK0.4300.310.67
HSL136.67º27.27%25.88%-
HSV(B)136.67º42.86%32.94%-
XYZ5.157.275.14-
YUV70.27121.07112.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=25.26%
G=44.21%
B=30.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884580.4300.310.67136.6727.2725.88
Hex30543A2B01F43891b1a
Octal6012472530371032113332
Binary11000010101001110101010110111111000011100010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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