#309008

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

Shades of Bilbao #309008

Tints of Bilbao #309008

Color information

#309008 (or 0x309008) is unknown color: approx Bilbao. HEX triplet: 30, 90 and 08. RGB value is (48,144,8). Sum of RGB (Red+Green+Blue) = 48+144+8=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 144 (56.64% from 255 or 72% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 144 - color contains mainly: green. Hex color #309008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309008 is #CF6FF7. Grayscale: #646464. Windows color (decimal): -13594616 or 561200. OLE color: 561200.

HSL color Cylindrical-coordinate representation of color #309008: hue angle of 102.35º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #309008 is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB481448-
CMYK0.6700.940.44
HSL102.35º89.47%29.8%-
HSV(B)102.35º94.44%56.47%-
XYZ11.2420.593.61-
YUV99.7976.291.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 144 (56.64% from 255) = 72%
BLUE value IS 8 (3.52% from 255) = 4%
R=24%
G=72%
B=4%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4814480.6700.940.44102.3589.4729.8
Hex309084305E2C66591e
Octal602201010301365414613136
Binary1100001001000010001000011010111101011001100110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309008; }

 p { color: rgb(48,144,8); }

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

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

 a { background-color: rgb(48,144,8); }

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

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

 span { border-color: rgb(48,144,8); }

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