#307006

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

Shades of Bilbao #307006

Tints of Bilbao #307006

Color information

#307006 (or 0x307006) is unknown color: approx Bilbao. HEX triplet: 30, 70 and 06. RGB value is (48,112,6). Sum of RGB (Red+Green+Blue) = 48+112+6=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 112 (44.14% from 255 or 67.47% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 112 - color contains mainly: green. Hex color #307006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307006 is #CF8FF9. Grayscale: #515151. Windows color (decimal): -13602810 or 421936. OLE color: 421936.

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

Color convert

RGB481126-
CMYK0.5700.950.56
HSL96.23º89.83%23.14%-
HSV(B)96.23º94.64%43.92%-
XYZ7.0512.232.16-
YUV80.7885.8104.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.92%
GREEN value IS 112 (44.14% from 255) = 67.47%
BLUE value IS 6 (2.73% from 255) = 3.61%
R=28.92%
G=67.47%
B=3.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4811260.5700.950.5696.2389.8323.14
Hex307063905F38605a17
Octal6016067101377014013227
Binary1100001110000110111001010111111110001100000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307006; }

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

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

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

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

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

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

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

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