#307900

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

Shades of Bilbao #307900

Tints of Bilbao #307900

Color information

#307900 (or 0x307900) is unknown color: approx Bilbao. HEX triplet: 30, 79 and 00. RGB value is (48,121,0). Sum of RGB (Red+Green+Blue) = 48+121+0=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 121 (47.66% from 255 or 71.60% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 121 - color contains mainly: green. Hex color #307900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307900 is #CF86FF. Grayscale: #555555. Windows color (decimal): -13600512 or 31024. OLE color: 31024.

HSL color Cylindrical-coordinate representation of color #307900: hue angle of 96.2º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #307900 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB481210-
CMYK0.60010.53
HSL96.2º100%23.73%-
HSV(B)96.2º100%47.45%-
XYZ8.0614.32.34-
YUV85.3879.82101.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 121 (47.66% from 255) = 71.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=28.40%
G=71.60%
B=0%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4812100.60010.5396.210023.73
Hex307903C06435606418
Octal6017107401446514014430
Binary11000011110010111100011001001101011100000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307900; }

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

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

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

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

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

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

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

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