#30543B

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

Shades of Goblin #30543B

Tints of Goblin #30543B

Color information

#30543B (or 0x30543B) is unknown color: approx Goblin. HEX triplet: 30, 54 and 3B. RGB value is (48,84,59). Sum of RGB (Red+Green+Blue) = 48+84+59=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #30543B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30543B is #CFABC4. Grayscale: #464646. Windows color (decimal): -13609925 or 3888176. OLE color: 3888176.

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

Color convert

RGB488459-
CMYK0.4300.300.67
HSL138.33º27.27%25.88%-
HSV(B)138.33º42.86%32.94%-
XYZ5.187.285.27-
YUV70.39121.57112.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 59 (23.44% from 255) = 30.89%
R=25.13%
G=43.98%
B=30.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884590.4300.300.67138.3327.2725.88
Hex30543B2B01E438a1b1a
Octal6012473530361032123332
Binary11000010101001110111010110111101000011100010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30543B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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