#307905

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

Shades of Bilbao #307905

Tints of Bilbao #307905

Color information

#307905 (or 0x307905) is unknown color: approx Bilbao. HEX triplet: 30, 79 and 05. RGB value is (48,121,5). Sum of RGB (Red+Green+Blue) = 48+121+5=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 121 (47.66% from 255 or 69.54% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 121 - color contains mainly: green. Hex color #307905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307905 is #CF86FA. Grayscale: #565656. Windows color (decimal): -13600507 or 358704. OLE color: 358704.

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

Color convert

RGB481215-
CMYK0.6000.960.53
HSL97.76º92.06%24.71%-
HSV(B)97.76º95.87%47.45%-
XYZ8.0814.312.48-
YUV85.9582.32100.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.59%
GREEN value IS 121 (47.66% from 255) = 69.54%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=27.59%
G=69.54%
B=2.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4812150.6000.960.5397.7692.0624.71
Hex307953C06035625c19
Octal6017157401406514213431
Binary1100001111001101111100011000001101011100010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307905; }

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

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

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

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

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

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

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

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