#308B0F

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

Shades of Bilbao #308B0F

Tints of Bilbao #308B0F

Color information

#308B0F (or 0x308B0F) is unknown color: approx Bilbao. HEX triplet: 30, 8B and 0F. RGB value is (48,139,15). Sum of RGB (Red+Green+Blue) = 48+139+15=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 139 (54.69% from 255 or 68.81% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 139 - color contains mainly: green. Hex color #308B0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308B0F is #CF74F0. Grayscale: #626262. Windows color (decimal): -13595889 or 1018672. OLE color: 1018672.

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

Color convert

RGB4813915-
CMYK0.6500.890.45
HSL104.03º80.52%30.2%-
HSV(B)104.03º89.21%54.51%-
XYZ10.5419.133.59-
YUV97.6581.3592.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.76%
GREEN value IS 139 (54.69% from 255) = 68.81%
BLUE value IS 15 (6.25% from 255) = 7.43%
R=23.76%
G=68.81%
B=7.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48139150.6500.890.45104.0380.5230.2
Hex308BF410592D68511e
Octal602131710101315515012136
Binary1100001000101111111000001010110011011011101000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,139,15); }

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

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

 a { background-color: rgb(48,139,15); }

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

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

 span { border-color: rgb(48,139,15); }

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