#30780F

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

Shades of Bilbao #30780F

Tints of Bilbao #30780F

Color information

#30780F (or 0x30780F) is unknown color: approx Bilbao. HEX triplet: 30, 78 and 0F. RGB value is (48,120,15). Sum of RGB (Red+Green+Blue) = 48+120+15=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 120 (47.27% from 255 or 65.57% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 120 - color contains mainly: green. Hex color #30780F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30780F is #CF87F0. Grayscale: #565656. Windows color (decimal): -13600753 or 1013808. OLE color: 1013808.

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

Color convert

RGB4812015-
CMYK0.6000.870.53
HSL101.14º77.78%26.47%-
HSV(B)101.14º87.5%47.06%-
XYZ8.0214.12.75-
YUV86.587.65100.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 120 (47.27% from 255) = 65.57%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=26.23%
G=65.57%
B=8.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120150.6000.870.53101.1477.7826.47
Hex3078F3C05735654e1a
Octal60170177401276514511632
Binary11000011110001111111100010101111101011100101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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