#307700

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

Shades of Bilbao #307700

Tints of Bilbao #307700

Color information

#307700 (or 0x307700) is unknown color: approx Bilbao. HEX triplet: 30, 77 and 00. RGB value is (48,119,0). Sum of RGB (Red+Green+Blue) = 48+119+0=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 119 (46.88% from 255 or 71.26% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 119 - color contains mainly: green. Hex color #307700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307700 is #CF88FF. Grayscale: #545454. Windows color (decimal): -13601024 or 30512. OLE color: 30512.

HSL color Cylindrical-coordinate representation of color #307700: hue angle of 95.8º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #307700 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB481190-
CMYK0.60010.53
HSL95.8º100%23.33%-
HSV(B)95.8º100%46.67%-
XYZ7.8213.822.26-
YUV84.280.48102.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 119 (46.88% from 255) = 71.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.74%
G=71.26%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4811900.60010.5395.810023.33
Hex307703C06435606417
Octal6016707401446514014427
Binary11000011101110111100011001001101011100000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307700; }

 p { color: rgb(48,119,0); }

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

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

 a { background-color: rgb(48,119,0); }

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

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

 span { border-color: rgb(48,119,0); }

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