#307C1B

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

Shades of Bilbao #307C1B

Tints of Bilbao #307C1B

Color information

#307C1B (or 0x307C1B) is unknown color: approx Bilbao. HEX triplet: 30, 7C and 1B. RGB value is (48,124,27). Sum of RGB (Red+Green+Blue) = 48+124+27=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 124 (48.83% from 255 or 62.31% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 124 - color contains mainly: green. Hex color #307C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307C1B is #CF83E4. Grayscale: #5A5A5A. Windows color (decimal): -13599717 or 1801264. OLE color: 1801264.

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

Color convert

RGB4812427-
CMYK0.6100.780.51
HSL107.01º64.24%29.61%-
HSV(B)107.01º78.23%48.63%-
XYZ8.6215.123.5-
YUV90.2292.3297.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 124 (48.83% from 255) = 62.31%
BLUE value IS 27 (10.94% from 255) = 13.57%
R=24.12%
G=62.31%
B=13.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48124270.6100.780.51107.0164.2429.61
Hex307C1B3D04E336b401e
Octal60174337501166315310036
Binary110000111110011011111101010011101100111101011100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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