#306F04

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

Shades of Bilbao #306F04

Tints of Bilbao #306F04

Color information

#306F04 (or 0x306F04) is unknown color: approx Bilbao. HEX triplet: 30, 6F and 04. RGB value is (48,111,4). Sum of RGB (Red+Green+Blue) = 48+111+4=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 111 (43.75% from 255 or 68.10% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 111 - color contains mainly: green. Hex color #306F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306F04 is #CF90FB. Grayscale: #505050. Windows color (decimal): -13603068 or 290608. OLE color: 290608.

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

Color convert

RGB481114-
CMYK0.5700.960.56
HSL95.33º93.04%22.55%-
HSV(B)95.33º96.4%43.53%-
XYZ6.9312.012.07-
YUV79.9685.13105.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 111 (43.75% from 255) = 68.10%
BLUE value IS 4 (1.95% from 255) = 2.45%
R=29.45%
G=68.10%
B=2.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4811140.5700.960.5695.3393.0422.55
Hex306F439060385f5d17
Octal6015747101407013713527
Binary1100001101111100111001011000001110001011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306F04; }

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

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

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

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

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

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

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

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