#307009

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

Shades of Bilbao #307009

Tints of Bilbao #307009

Color information

#307009 (or 0x307009) is unknown color: approx Bilbao. HEX triplet: 30, 70 and 09. RGB value is (48,112,9). Sum of RGB (Red+Green+Blue) = 48+112+9=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #307009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307009 is #CF8FF6. Grayscale: #515151. Windows color (decimal): -13602807 or 618544. OLE color: 618544.

HSL color Cylindrical-coordinate representation of color #307009: hue angle of 97.28º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #307009 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB481129-
CMYK0.5700.920.56
HSL97.28º85.12%23.73%-
HSV(B)97.28º91.96%43.92%-
XYZ7.0612.242.25-
YUV81.1287.3104.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 112 (44.14% from 255) = 66.27%
BLUE value IS 9 (3.91% from 255) = 5.33%
R=28.40%
G=66.27%
B=5.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4811290.5700.920.5697.2885.1223.73
Hex307093905C38615518
Octal60160117101347014112530
Binary11000011100001001111001010111001110001100001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307009; }

 p { color: rgb(48,112,9); }

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

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

 a { background-color: rgb(48,112,9); }

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

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

 span { border-color: rgb(48,112,9); }

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