#30740E

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

Shades of Bilbao #30740E

Tints of Bilbao #30740E

Color information

#30740E (or 0x30740E) is unknown color: approx Bilbao. HEX triplet: 30, 74 and 0E. RGB value is (48,116,14). Sum of RGB (Red+Green+Blue) = 48+116+14=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 116 (45.70% from 255 or 65.17% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 116 - color contains mainly: green. Hex color #30740E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30740E is #CF8BF1. Grayscale: #545454. Windows color (decimal): -13601778 or 947248. OLE color: 947248.

HSL color Cylindrical-coordinate representation of color #30740E: hue angle of 100º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30740E is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB4811614-
CMYK0.5900.880.55
HSL100º78.46%25.49%-
HSV(B)100º87.93%45.49%-
XYZ7.5413.152.56-
YUV84.0488.47102.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 116 (45.70% from 255) = 65.17%
BLUE value IS 14 (5.86% from 255) = 7.87%
R=26.97%
G=65.17%
B=7.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116140.5900.880.5510078.4625.49
Hex3074E3B05837644e19
Octal60164167301306714411631
Binary11000011101001110111011010110001101111100100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30740E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30740E; }

 p { color: rgb(48,116,14); }

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

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

 a { background-color: rgb(48,116,14); }

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

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

 span { border-color: rgb(48,116,14); }

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