#308207

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

Shades of Bilbao #308207

Tints of Bilbao #308207

Color information

#308207 (or 0x308207) is unknown color: approx Bilbao. HEX triplet: 30, 82 and 07. RGB value is (48,130,7). Sum of RGB (Red+Green+Blue) = 48+130+7=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #308207 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308207 is #CF7DF8. Grayscale: #5B5B5B. Windows color (decimal): -13598201 or 492080. OLE color: 492080.

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

Color convert

RGB481307-
CMYK0.6300.950.49
HSL100º89.78%26.86%-
HSV(B)100º94.62%50.98%-
XYZ9.2416.612.92-
YUV91.4680.3397-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 130 (51.17% from 255) = 70.27%
BLUE value IS 7 (3.12% from 255) = 3.78%
R=25.95%
G=70.27%
B=3.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4813070.6300.950.4910089.7826.86
Hex308273F05F31645a1b
Octal6020277701376114413233
Binary11000010000010111111111010111111100011100100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308207; }

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

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

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

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

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

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

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

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