#30553E

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

Shades of Goblin #30553E

Tints of Goblin #30553E

Color information

#30553E (or 0x30553E) is unknown color: approx Goblin. HEX triplet: 30, 55 and 3E. RGB value is (48,85,62). Sum of RGB (Red+Green+Blue) = 48+85+62=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #30553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30553E is #CFAAC1. Grayscale: #474747. Windows color (decimal): -13609666 or 4085040. OLE color: 4085040.

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

Color convert

RGB488562-
CMYK0.4400.270.67
HSL142.7º27.82%26.08%-
HSV(B)142.7º43.53%33.33%-
XYZ5.347.475.72-
YUV71.32122.74111.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=24.62%
G=43.59%
B=31.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885620.4400.270.67142.727.8226.08
Hex30553E2C01B438f1c1a
Octal6012576540331032173432
Binary11000010101011111101011000110111000011100011111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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