#30820D

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

Shades of Bilbao #30820D

Tints of Bilbao #30820D

Color information

#30820D (or 0x30820D) is unknown color: approx Bilbao. HEX triplet: 30, 82 and 0D. RGB value is (48,130,13). Sum of RGB (Red+Green+Blue) = 48+130+13=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 130 (51.17% from 255 or 68.06% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 130 - color contains mainly: green. Hex color #30820D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30820D is #CF7DF2. Grayscale: #5C5C5C. Windows color (decimal): -13598195 or 885296. OLE color: 885296.

HSL color Cylindrical-coordinate representation of color #30820D: hue angle of 102.05º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #30820D is Cyan = 0.63, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB4813013-
CMYK0.6300.90.49
HSL102.05º81.82%28.04%-
HSV(B)102.05º90%50.98%-
XYZ9.2716.623.1-
YUV92.1483.3396.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 130 (51.17% from 255) = 68.06%
BLUE value IS 13 (5.47% from 255) = 6.81%
R=25.13%
G=68.06%
B=6.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48130130.6300.90.49102.0581.8228.04
Hex3082D3F05A3166521c
Octal60202157701326114612234
Binary110000100000101101111111010110101100011100110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30820D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,130,13); }

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

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

 a { background-color: rgb(48,130,13); }

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

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

 span { border-color: rgb(48,130,13); }

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