#307F23

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

Shades of Bilbao #307F23

Tints of Bilbao #307F23

Color information

#307F23 (or 0x307F23) is unknown color: approx Bilbao. HEX triplet: 30, 7F and 23. RGB value is (48,127,35). Sum of RGB (Red+Green+Blue) = 48+127+35=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 127 (50% from 255 or 60.48% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 127 - color contains mainly: green. Hex color #307F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307F23 is #CF80DC. Grayscale: #5D5D5D. Windows color (decimal): -13598941 or 2326320. OLE color: 2326320.

HSL color Cylindrical-coordinate representation of color #307F23: hue angle of 111.52º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #307F23 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB4812735-
CMYK0.6200.720.50
HSL111.52º56.79%31.76%-
HSV(B)111.52º72.44%49.8%-
XYZ9.1115.934.18-
YUV92.8995.3395.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 127 (50% from 255) = 60.48%
BLUE value IS 35 (14.06% from 255) = 16.67%
R=22.86%
G=60.48%
B=16.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48127350.6200.720.50111.5256.7931.76
Hex307F233E04832703920
Octal6017743760110621607140
Binary1100001111111100011111110010010001100101110000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,127,35); }

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

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

 a { background-color: rgb(48,127,35); }

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

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

 span { border-color: rgb(48,127,35); }

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