#307A25

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

Shades of Bilbao #307A25

Tints of Bilbao #307A25

Color information

#307A25 (or 0x307A25) is unknown color: approx Bilbao. HEX triplet: 30, 7A and 25. RGB value is (48,122,37). Sum of RGB (Red+Green+Blue) = 48+122+37=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 122 (48.05% from 255 or 58.94% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 122 - color contains mainly: green. Hex color #307A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307A25 is #CF85DA. Grayscale: #5A5A5A. Windows color (decimal): -13600219 or 2456112. OLE color: 2456112.

HSL color Cylindrical-coordinate representation of color #307A25: hue angle of 112.24º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #307A25 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB4812237-
CMYK0.6100.700.52
HSL112.24º53.46%31.18%-
HSV(B)112.24º69.67%47.84%-
XYZ8.5114.684.14-
YUV90.1897.9897.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 122 (48.05% from 255) = 58.94%
BLUE value IS 37 (14.84% from 255) = 17.87%
R=23.19%
G=58.94%
B=17.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122370.6100.700.52112.2453.4631.18
Hex307A253D0463470351f
Octal6017245750106641606537
Binary110000111101010010111110101000110110100111000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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