#308A13

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

Shades of Bilbao #308A13

Tints of Bilbao #308A13

Color information

#308A13 (or 0x308A13) is unknown color: approx Bilbao. HEX triplet: 30, 8A and 13. RGB value is (48,138,19). Sum of RGB (Red+Green+Blue) = 48+138+19=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 138 (54.30% from 255 or 67.32% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 138 - color contains mainly: green. Hex color #308A13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308A13 is #CF75EC. Grayscale: #616161. Windows color (decimal): -13596141 or 1280560. OLE color: 1280560.

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

Color convert

RGB4813819-
CMYK0.6500.860.46
HSL105.38º75.8%30.78%-
HSV(B)105.38º86.23%54.12%-
XYZ10.4218.853.71-
YUV97.5283.6892.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 138 (54.30% from 255) = 67.32%
BLUE value IS 19 (7.81% from 255) = 9.27%
R=23.41%
G=67.32%
B=9.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48138190.6500.860.46105.3875.830.78
Hex308A13410562E694c1f
Octal602122310101265615111437
Binary11000010001010100111000001010101101011101101001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,138,19); }

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

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

 a { background-color: rgb(48,138,19); }

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

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

 span { border-color: rgb(48,138,19); }

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