#30593D

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

Shades of Goblin #30593D

Tints of Goblin #30593D

Color information

#30593D (or 0x30593D) is unknown color: approx Goblin. HEX triplet: 30, 59 and 3D. RGB value is (48,89,61). Sum of RGB (Red+Green+Blue) = 48+89+61=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #30593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30593D is #CFA6C2. Grayscale: #494949. Windows color (decimal): -13608643 or 4020528. OLE color: 4020528.

HSL color Cylindrical-coordinate representation of color #30593D: hue angle of 139.02º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #30593D is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB488961-
CMYK0.4600.310.65
HSL139.02º29.93%26.86%-
HSV(B)139.02º46.07%34.9%-
XYZ5.638.115.68-
YUV73.55120.92109.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 89 (35.16% from 255) = 44.95%
BLUE value IS 61 (24.22% from 255) = 30.81%
R=24.24%
G=44.95%
B=30.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889610.4600.310.65139.0229.9326.86
Hex30593D2E01F418b1e1b
Octal6013175560371012133633
Binary11000010110011111011011100111111000001100010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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