#30503E

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

Shades of Goblin #30503E

Tints of Goblin #30503E

Color information

#30503E (or 0x30503E) is unknown color: approx Goblin. HEX triplet: 30, 50 and 3E. RGB value is (48,80,62). Sum of RGB (Red+Green+Blue) = 48+80+62=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #30503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30503E is #CFAFC1. Grayscale: #444444. Windows color (decimal): -13610946 or 4083760. OLE color: 4083760.

HSL color Cylindrical-coordinate representation of color #30503E: hue angle of 146.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30503E is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB488062-
CMYK0.4000.220.69
HSL146.25º25%25.1%-
HSV(B)146.25º40%31.37%-
XYZ4.966.715.59-
YUV68.38124.4113.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 62 (24.61% from 255) = 32.63%
R=25.26%
G=42.11%
B=32.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880620.4000.220.69146.252525.1
Hex30503E2801645921919
Octal6012076500261052223131
Binary11000010100001111101010000101101000101100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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