#308400

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

Shades of Bilbao #308400

Tints of Bilbao #308400

Color information

#308400 (or 0x308400) is unknown color: approx Bilbao. HEX triplet: 30, 84 and 00. RGB value is (48,132,0). Sum of RGB (Red+Green+Blue) = 48+132+0=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 132 (51.95% from 255 or 73.33% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 132 - color contains mainly: green. Hex color #308400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308400 is #CF7BFF. Grayscale: #5C5C5C. Windows color (decimal): -13597696 or 33840. OLE color: 33840.

HSL color Cylindrical-coordinate representation of color #308400: hue angle of 98.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #308400 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB481320-
CMYK0.64010.48
HSL98.18º100%25.88%-
HSV(B)98.18º100%51.76%-
XYZ9.4717.132.81-
YUV91.8476.1796.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 132 (51.95% from 255) = 73.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.67%
G=73.33%
B=0%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4813200.64010.4898.1810025.88
Hex30840400643062641a
Octal60204010001446014214432
Binary1100001000010001000000011001001100001100010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308400; }

 p { color: rgb(48,132,0); }

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

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

 a { background-color: rgb(48,132,0); }

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

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

 span { border-color: rgb(48,132,0); }

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