#308E09

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

Shades of Bilbao #308E09

Tints of Bilbao #308E09

Color information

#308E09 (or 0x308E09) is unknown color: approx Bilbao. HEX triplet: 30, 8E and 09. RGB value is (48,142,9). Sum of RGB (Red+Green+Blue) = 48+142+9=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 142 (55.86% from 255 or 71.36% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 142 - color contains mainly: green. Hex color #308E09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308E09 is #CF71F6. Grayscale: #636363. Windows color (decimal): -13595127 or 626224. OLE color: 626224.

HSL color Cylindrical-coordinate representation of color #308E09: hue angle of 102.41º degrees, saturation: 0.88, 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 #308E09 is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB481429-
CMYK0.6600.940.44
HSL102.41º88.08%29.61%-
HSV(B)102.41º93.66%55.69%-
XYZ10.9419.993.54-
YUV98.7377.3691.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 142 (55.86% from 255) = 71.36%
BLUE value IS 9 (3.91% from 255) = 4.52%
R=24.12%
G=71.36%
B=4.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4814290.6600.940.44102.4188.0829.61
Hex308E94205E2C66581e
Octal602161110201365414613036
Binary1100001000111010011000010010111101011001100110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,142,9); }

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

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

 a { background-color: rgb(48,142,9); }

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

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

 span { border-color: rgb(48,142,9); }

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