#30503F

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

Shades of Goblin #30503F

Tints of Goblin #30503F

Color information

#30503F (or 0x30503F) is unknown color: approx Goblin. HEX triplet: 30, 50 and 3F. RGB value is (48,80,63). Sum of RGB (Red+Green+Blue) = 48+80+63=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #30503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30503F is #CFAFC0. Grayscale: #444444. Windows color (decimal): -13610945 or 4149296. OLE color: 4149296.

HSL color Cylindrical-coordinate representation of color #30503F: hue angle of 148.12º 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 #30503F is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB488063-
CMYK0.4000.210.69
HSL148.12º25%25.1%-
HSV(B)148.12º40%31.37%-
XYZ4.986.725.74-
YUV68.49124.9113.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 80 (31.64% from 255) = 41.88%
BLUE value IS 63 (25% from 255) = 32.98%
R=25.13%
G=41.88%
B=32.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880630.4000.210.69148.122525.1
Hex30503F2801545941919
Octal6012077500251052243131
Binary11000010100001111111010000101011000101100101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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