#307302

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

Shades of Bilbao #307302

Tints of Bilbao #307302

Color information

#307302 (or 0x307302) is unknown color: approx Bilbao. HEX triplet: 30, 73 and 02. RGB value is (48,115,2). Sum of RGB (Red+Green+Blue) = 48+115+2=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 115 (45.31% from 255 or 69.70% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 115 - color contains mainly: green. Hex color #307302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307302 is #CF8CFD. Grayscale: #525252. Windows color (decimal): -13602046 or 160560. OLE color: 160560.

HSL color Cylindrical-coordinate representation of color #307302: hue angle of 95.58º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #307302 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB481152-
CMYK0.5800.980.55
HSL95.58º96.58%22.94%-
HSV(B)95.58º98.26%45.1%-
XYZ7.3612.892.16-
YUV82.0882.8103.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 115 (45.31% from 255) = 69.70%
BLUE value IS 2 (1.17% from 255) = 1.21%
R=29.09%
G=69.70%
B=1.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4811520.5800.980.5595.5896.5822.94
Hex307323A06237606117
Octal6016327201426714014127
Binary110000111001110111010011000101101111100000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307302; }

 p { color: rgb(48,115,2); }

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

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

 a { background-color: rgb(48,115,2); }

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

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

 span { border-color: rgb(48,115,2); }

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