#308A07

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

Shades of Bilbao #308A07

Tints of Bilbao #308A07

Color information

#308A07 (or 0x308A07) is unknown color: approx Bilbao. HEX triplet: 30, 8A and 07. RGB value is (48,138,7). Sum of RGB (Red+Green+Blue) = 48+138+7=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 138 (54.30% from 255 or 71.50% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 138 - color contains mainly: green. Hex color #308A07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308A07 is #CF75F8. Grayscale: #606060. Windows color (decimal): -13596153 or 494128. OLE color: 494128.

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

Color convert

RGB481387-
CMYK0.6500.950.46
HSL101.22º90.34%28.43%-
HSV(B)101.22º94.93%54.12%-
XYZ10.3518.823.29-
YUV96.1677.6893.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 138 (54.30% from 255) = 71.50%
BLUE value IS 7 (3.12% from 255) = 3.63%
R=24.87%
G=71.50%
B=3.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4813870.6500.950.46101.2290.3428.43
Hex308A74105F2E655a1c
Octal60212710101375614513234
Binary110000100010101111000001010111111011101100101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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