#308912

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

Shades of Bilbao #308912

Tints of Bilbao #308912

Color information

#308912 (or 0x308912) is unknown color: approx Bilbao. HEX triplet: 30, 89 and 12. RGB value is (48,137,18). Sum of RGB (Red+Green+Blue) = 48+137+18=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 137 (53.91% from 255 or 67.49% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 137 - color contains mainly: green. Hex color #308912 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308912 is #CF76ED. Grayscale: #616161. Windows color (decimal): -13596398 or 1214768. OLE color: 1214768.

HSL color Cylindrical-coordinate representation of color #308912: hue angle of 104.87º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #308912 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB4813718-
CMYK0.6500.870.46
HSL104.87º76.77%30.39%-
HSV(B)104.87º86.86%53.73%-
XYZ10.2718.563.61-
YUV96.8283.5193.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 137 (53.91% from 255) = 67.49%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=23.65%
G=67.49%
B=8.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48137180.6500.870.46104.8776.7730.39
Hex308912410572E694d1e
Octal602112210101275615111536
Binary11000010001001100101000001010101111011101101001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308912; }

 p { color: rgb(48,137,18); }

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

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

 a { background-color: rgb(48,137,18); }

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

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

 span { border-color: rgb(48,137,18); }

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