#308B14

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

Shades of Bilbao #308B14

Tints of Bilbao #308B14

Color information

#308B14 (or 0x308B14) is unknown color: approx Bilbao. HEX triplet: 30, 8B and 14. RGB value is (48,139,20). Sum of RGB (Red+Green+Blue) = 48+139+20=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 139 (54.69% from 255 or 67.15% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 139 - color contains mainly: green. Hex color #308B14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308B14 is #CF74EB. Grayscale: #626262. Windows color (decimal): -13595884 or 1346352. OLE color: 1346352.

HSL color Cylindrical-coordinate representation of color #308B14: hue angle of 105.88º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #308B14 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB4813920-
CMYK0.6500.860.45
HSL105.88º74.84%31.18%-
HSV(B)105.88º85.61%54.51%-
XYZ10.5819.143.8-
YUV98.2283.8592.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 139 (54.69% from 255) = 67.15%
BLUE value IS 20 (8.20% from 255) = 9.66%
R=23.19%
G=67.15%
B=9.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48139200.6500.860.45105.8874.8431.18
Hex308B14410562D6a4b1f
Octal602132410101265515211337
Binary11000010001011101001000001010101101011011101010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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