#308112

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

Shades of Bilbao #308112

Tints of Bilbao #308112

Color information

#308112 (or 0x308112) is unknown color: approx Bilbao. HEX triplet: 30, 81 and 12. RGB value is (48,129,18). Sum of RGB (Red+Green+Blue) = 48+129+18=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 129 (50.78% from 255 or 66.15% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 129 - color contains mainly: green. Hex color #308112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308112 is #CF7EED. Grayscale: #5C5C5C. Windows color (decimal): -13598446 or 1212720. OLE color: 1212720.

HSL color Cylindrical-coordinate representation of color #308112: hue angle of 103.78º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #308112 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB4812918-
CMYK0.6300.860.49
HSL103.78º75.51%28.82%-
HSV(B)103.78º86.05%50.59%-
XYZ9.1816.373.25-
YUV92.1386.1696.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 129 (50.78% from 255) = 66.15%
BLUE value IS 18 (7.42% from 255) = 9.23%
R=24.62%
G=66.15%
B=9.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48129180.6300.860.49103.7875.5128.82
Hex3081123F05631684c1d
Octal60201227701266115011435
Binary1100001000000110010111111010101101100011101000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308112; }

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

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

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

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

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

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

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

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