#307301

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

Shades of Bilbao #307301

Tints of Bilbao #307301

Color information

#307301 (or 0x307301) is unknown color: approx Bilbao. HEX triplet: 30, 73 and 01. RGB value is (48,115,1). Sum of RGB (Red+Green+Blue) = 48+115+1=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 115 (45.31% from 255 or 70.12% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 115 - color contains mainly: green. Hex color #307301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307301 is #CF8CFE. Grayscale: #525252. Windows color (decimal): -13602047 or 95024. OLE color: 95024.

HSL color Cylindrical-coordinate representation of color #307301: hue angle of 95.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #307301 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB481151-
CMYK0.5800.990.55
HSL95.26º98.28%22.75%-
HSV(B)95.26º99.13%45.1%-
XYZ7.3612.892.13-
YUV81.9782.3103.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 115 (45.31% from 255) = 70.12%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=29.27%
G=70.12%
B=0.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4811510.5800.990.5595.2698.2822.75
Hex307313A063375f6217
Octal6016317201436713714227
Binary11000011100111111010011000111101111011111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307301; }

 p { color: rgb(48,115,1); }

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

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

 a { background-color: rgb(48,115,1); }

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

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

 span { border-color: rgb(48,115,1); }

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