#307A17

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

Shades of Bilbao #307A17

Tints of Bilbao #307A17

Color information

#307A17 (or 0x307A17) is unknown color: approx Bilbao. HEX triplet: 30, 7A and 17. RGB value is (48,122,23). Sum of RGB (Red+Green+Blue) = 48+122+23=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 122 (48.05% from 255 or 63.21% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 122 - color contains mainly: green. Hex color #307A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307A17 is #CF85E8. Grayscale: #585858. Windows color (decimal): -13600233 or 1538608. OLE color: 1538608.

HSL color Cylindrical-coordinate representation of color #307A17: hue angle of 104.85º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #307A17 is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.52.

Color convert

RGB4812223-
CMYK0.6100.810.52
HSL104.85º68.28%28.43%-
HSV(B)104.85º81.15%47.84%-
XYZ8.3314.613.19-
YUV88.5990.9899.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 122 (48.05% from 255) = 63.21%
BLUE value IS 23 (9.38% from 255) = 11.92%
R=24.87%
G=63.21%
B=11.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122230.6100.810.52104.8568.2828.43
Hex307A173D0513469441c
Octal60172277501216415110434
Binary110000111101010111111101010100011101001101001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307A17; }

 p { color: rgb(48,122,23); }

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

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

 a { background-color: rgb(48,122,23); }

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

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

 span { border-color: rgb(48,122,23); }

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