#30740A

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

Shades of Bilbao #30740A

Tints of Bilbao #30740A

Color information

#30740A (or 0x30740A) is unknown color: approx Bilbao. HEX triplet: 30, 74 and 0A. RGB value is (48,116,10). Sum of RGB (Red+Green+Blue) = 48+116+10=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 116 (45.70% from 255 or 66.67% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 116 - color contains mainly: green. Hex color #30740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30740A is #CF8BF5. Grayscale: #535353. Windows color (decimal): -13601782 or 685104. OLE color: 685104.

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

Color convert

RGB4811610-
CMYK0.5900.910.55
HSL98.49º84.13%24.71%-
HSV(B)98.49º91.38%45.49%-
XYZ7.5213.142.43-
YUV83.5886.47102.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 116 (45.70% from 255) = 66.67%
BLUE value IS 10 (4.30% from 255) = 5.75%
R=27.59%
G=66.67%
B=5.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116100.5900.910.5598.4984.1324.71
Hex3074A3B05B37625419
Octal60164127301336714212431
Binary11000011101001010111011010110111101111100010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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