#30553F

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

Shades of Goblin #30553F

Tints of Goblin #30553F

Color information

#30553F (or 0x30553F) is unknown color: approx Goblin. HEX triplet: 30, 55 and 3F. RGB value is (48,85,63). Sum of RGB (Red+Green+Blue) = 48+85+63=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 85 - color contains mainly: green. Hex color #30553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30553F is #CFAAC0. Grayscale: #474747. Windows color (decimal): -13609665 or 4150576. OLE color: 4150576.

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

Color convert

RGB488563-
CMYK0.4400.260.67
HSL144.32º27.82%26.08%-
HSV(B)144.32º43.53%33.33%-
XYZ5.367.485.86-
YUV71.43123.24111.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 63 (25% from 255) = 32.14%
R=24.49%
G=43.37%
B=32.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885630.4400.260.67144.3227.8226.08
Hex30553F2C01A43901c1a
Octal6012577540321032203432
Binary11000010101011111111011000110101000011100100001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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