#307918

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

Shades of Bilbao #307918

Tints of Bilbao #307918

Color information

#307918 (or 0x307918) is unknown color: approx Bilbao. HEX triplet: 30, 79 and 18. RGB value is (48,121,24). Sum of RGB (Red+Green+Blue) = 48+121+24=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 121 (47.66% from 255 or 62.69% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 121 - color contains mainly: green. Hex color #307918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307918 is #CF86E7. Grayscale: #585858. Windows color (decimal): -13600488 or 1603888. OLE color: 1603888.

HSL color Cylindrical-coordinate representation of color #307918: hue angle of 105.15º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #307918 is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB4812124-
CMYK0.6000.800.53
HSL105.15º66.9%28.43%-
HSV(B)105.15º80.17%47.45%-
XYZ8.2214.373.2-
YUV88.1291.8299.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 121 (47.66% from 255) = 62.69%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=24.87%
G=62.69%
B=12.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48121240.6000.800.53105.1566.928.43
Hex3079183C0503569431c
Octal60171307401206515110334
Binary110000111100111000111100010100001101011101001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307918; }

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

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

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

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

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

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

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

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