#307C04

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

Shades of Bilbao #307C04

Tints of Bilbao #307C04

Color information

#307C04 (or 0x307C04) is unknown color: approx Bilbao. HEX triplet: 30, 7C and 04. RGB value is (48,124,4). Sum of RGB (Red+Green+Blue) = 48+124+4=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 124 (48.83% from 255 or 70.45% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 124 - color contains mainly: green. Hex color #307C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307C04 is #CF83FB. Grayscale: #585858. Windows color (decimal): -13599740 or 293936. OLE color: 293936.

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

Color convert

RGB481244-
CMYK0.6100.970.51
HSL98º93.75%25.1%-
HSV(B)98º96.77%48.63%-
XYZ8.4515.052.57-
YUV87.680.8299.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.27%
GREEN value IS 124 (48.83% from 255) = 70.45%
BLUE value IS 4 (1.95% from 255) = 2.27%
R=27.27%
G=70.45%
B=2.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4812440.6100.970.519893.7525.1
Hex307C43D06133625e19
Octal6017447501416314213631
Binary1100001111100100111101011000011100111100010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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