#308E14

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

Shades of Bilbao #308E14

Tints of Bilbao #308E14

Color information

#308E14 (or 0x308E14) is unknown color: approx Bilbao. HEX triplet: 30, 8E and 14. RGB value is (48,142,20). Sum of RGB (Red+Green+Blue) = 48+142+20=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 142 (55.86% from 255 or 67.62% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 142 - color contains mainly: green. Hex color #308E14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308E14 is #CF71EB. Grayscale: #646464. Windows color (decimal): -13595116 or 1347120. OLE color: 1347120.

HSL color Cylindrical-coordinate representation of color #308E14: hue angle of 106.23º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #308E14 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB4814220-
CMYK0.6600.860.44
HSL106.23º75.31%31.76%-
HSV(B)106.23º85.92%55.69%-
XYZ11.0220.023.95-
YUV99.9982.8690.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 142 (55.86% from 255) = 67.62%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=22.86%
G=67.62%
B=9.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48142200.6600.860.44106.2375.3131.76
Hex308E14420562C6a4b20
Octal602162410201265415211340
Binary110000100011101010010000100101011010110011010101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308E14; }

 p { color: rgb(48,142,20); }

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

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

 a { background-color: rgb(48,142,20); }

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

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

 span { border-color: rgb(48,142,20); }

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