#30553D

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

Shades of Goblin #30553D

Tints of Goblin #30553D

Color information

#30553D (or 0x30553D) is unknown color: approx Goblin. HEX triplet: 30, 55 and 3D. RGB value is (48,85,61). Sum of RGB (Red+Green+Blue) = 48+85+61=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #30553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30553D is #CFAAC2. Grayscale: #474747. Windows color (decimal): -13609667 or 4019504. OLE color: 4019504.

HSL color Cylindrical-coordinate representation of color #30553D: hue angle of 141.08º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30553D is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB488561-
CMYK0.4400.280.67
HSL141.08º27.82%26.08%-
HSV(B)141.08º43.53%33.33%-
XYZ5.317.465.58-
YUV71.2122.24111.45-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 61 (24.22% from 255) = 31.44%
R=24.74%
G=43.81%
B=31.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885610.4400.280.67141.0827.8226.08
Hex30553D2C01C438d1c1a
Octal6012575540341032153432
Binary11000010101011111011011000111001000011100011011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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