#307A20

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

Shades of Bilbao #307A20

Tints of Bilbao #307A20

Color information

#307A20 (or 0x307A20) is unknown color: approx Bilbao. HEX triplet: 30, 7A and 20. RGB value is (48,122,32). Sum of RGB (Red+Green+Blue) = 48+122+32=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 122 (48.05% from 255 or 60.40% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 122 - color contains mainly: green. Hex color #307A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307A20 is #CF85DF. Grayscale: #595959. Windows color (decimal): -13600224 or 2128432. OLE color: 2128432.

HSL color Cylindrical-coordinate representation of color #307A20: hue angle of 109.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #307A20 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.52.

Color convert

RGB4812232-
CMYK0.6100.740.52
HSL109.33º58.44%30.2%-
HSV(B)109.33º73.77%47.84%-
XYZ8.4414.653.75-
YUV89.6195.4898.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.76%
GREEN value IS 122 (48.05% from 255) = 60.40%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=23.76%
G=60.40%
B=15.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122320.6100.740.52109.3358.4430.2
Hex307A203D04A346d3a1e
Octal6017240750112641557236
Binary110000111101010000011110101001010110100110110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307A20; }

 p { color: rgb(48,122,32); }

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

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

 a { background-color: rgb(48,122,32); }

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

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

 span { border-color: rgb(48,122,32); }

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