#307C14

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

Shades of Bilbao #307C14

Tints of Bilbao #307C14

Color information

#307C14 (or 0x307C14) is unknown color: approx Bilbao. HEX triplet: 30, 7C and 14. RGB value is (48,124,20). Sum of RGB (Red+Green+Blue) = 48+124+20=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 124 (48.83% from 255 or 64.58% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 124 - color contains mainly: green. Hex color #307C14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307C14 is #CF83EB. Grayscale: #595959. Windows color (decimal): -13599724 or 1342512. OLE color: 1342512.

HSL color Cylindrical-coordinate representation of color #307C14: hue angle of 103.85º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #307C14 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB4812420-
CMYK0.6100.840.51
HSL103.85º72.22%28.24%-
HSV(B)103.85º83.87%48.63%-
XYZ8.5515.093.12-
YUV89.4288.8298.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 124 (48.83% from 255) = 64.58%
BLUE value IS 20 (8.20% from 255) = 10.42%
R=25%
G=64.58%
B=10.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48124200.6100.840.51103.8572.2228.24
Hex307C143D0543368481c
Octal60174247501246315011034
Binary110000111110010100111101010101001100111101000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,124,20); }

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

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

 a { background-color: rgb(48,124,20); }

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

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

 span { border-color: rgb(48,124,20); }

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