#308C10

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

Shades of Bilbao #308C10

Tints of Bilbao #308C10

Color information

#308C10 (or 0x308C10) is unknown color: approx Bilbao. HEX triplet: 30, 8C and 10. RGB value is (48,140,16). Sum of RGB (Red+Green+Blue) = 48+140+16=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 140 (55.08% from 255 or 68.63% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 140 - color contains mainly: green. Hex color #308C10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308C10 is #CF73EF. Grayscale: #626262. Windows color (decimal): -13595632 or 1084464. OLE color: 1084464.

HSL color Cylindrical-coordinate representation of color #308C10: hue angle of 104.52º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #308C10 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB4814016-
CMYK0.6600.890.45
HSL104.52º79.49%30.59%-
HSV(B)104.52º88.57%54.9%-
XYZ10.6919.423.68-
YUV98.3681.5292.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 140 (55.08% from 255) = 68.63%
BLUE value IS 16 (6.64% from 255) = 7.84%
R=23.53%
G=68.63%
B=7.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48140160.6600.890.45104.5279.4930.59
Hex308C10420592D694f1f
Octal602142010201315515111737
Binary11000010001100100001000010010110011011011101001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,140,16); }

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

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

 a { background-color: rgb(48,140,16); }

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

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

 span { border-color: rgb(48,140,16); }

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