#308A06

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

Shades of Bilbao #308A06

Tints of Bilbao #308A06

Color information

#308A06 (or 0x308A06) is unknown color: approx Bilbao. HEX triplet: 30, 8A and 06. RGB value is (48,138,6). Sum of RGB (Red+Green+Blue) = 48+138+6=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 138 (54.30% from 255 or 71.88% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 138 - color contains mainly: green. Hex color #308A06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308A06 is #CF75F9. Grayscale: #606060. Windows color (decimal): -13596154 or 428592. OLE color: 428592.

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

Color convert

RGB481386-
CMYK0.6500.960.46
HSL100.91º91.67%28.24%-
HSV(B)100.91º95.65%54.12%-
XYZ10.3418.823.26-
YUV96.0477.1893.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 138 (54.30% from 255) = 71.88%
BLUE value IS 6 (2.73% from 255) = 3.12%
R=25%
G=71.88%
B=3.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4813860.6500.960.46100.9191.6728.24
Hex308A6410602E655c1c
Octal60212610101405614513434
Binary110000100010101101000001011000001011101100101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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