#30790F

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

Shades of Bilbao #30790F

Tints of Bilbao #30790F

Color information

#30790F (or 0x30790F) is unknown color: approx Bilbao. HEX triplet: 30, 79 and 0F. RGB value is (48,121,15). Sum of RGB (Red+Green+Blue) = 48+121+15=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 121 (47.66% from 255 or 65.76% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 121 - color contains mainly: green. Hex color #30790F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30790F is #CF86F0. Grayscale: #575757. Windows color (decimal): -13600497 or 1014064. OLE color: 1014064.

HSL color Cylindrical-coordinate representation of color #30790F: hue angle of 101.32º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #30790F is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB4812115-
CMYK0.6000.880.53
HSL101.32º77.94%26.67%-
HSV(B)101.32º87.6%47.45%-
XYZ8.1414.342.79-
YUV87.0987.32100.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.09%
GREEN value IS 121 (47.66% from 255) = 65.76%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=26.09%
G=65.76%
B=8.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48121150.6000.880.53101.3277.9426.67
Hex3079F3C05835654e1b
Octal60171177401306514511633
Binary11000011110011111111100010110001101011100101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30790F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30790F; }

 p { color: rgb(48,121,15); }

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

<style>
 a { background-color: #30790F; }

 a { background-color: rgb(48,121,15); }

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

<style>
 span { border-color: #30790F; }

 span { border-color: rgb(48,121,15); }

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